Ticket #46116: patch-Makefile.skel.diff

File patch-Makefile.skel.diff, 412 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • Makefile.skel

    old new  
    2727# Location of final code. Change the value of USRDIR below to install Pyxplot
    2828# to a location other than /usr/local:
    2929
    30 USRDIR=/usr/local
     30USRDIR=/opt/local
    3131BINDIR=${DESTDIR}${USRDIR}/bin
    3232BINDIR_PRIVATE=${DESTDIR}${USRDIR}/lib/pyxplot
    3333SRCDIR=${DESTDIR}${USRDIR}/share/pyxplot