$OpenBSD$ --- apps/cfdnexthops/Makefile.in.orig Sun Oct 20 23:42:47 2002 +++ apps/cfdnexthops/Makefile.in Sun Oct 20 23:42:47 2002 @@ -1,5 +1,5 @@ -ARTSPPINC = -I@artspp@/include -ARTSPPLIB = -L@artspp@/lib -lArts +ARTSPPINC = -I${PREFIX}/include +ARTSPPLIB = -L${PREFIX}/lib -lArts SNMPPINC = -I../../snmp++/classes/include SNMPPPLIB = ../../snmp++/classes/lib/libsnmp++.la CFDINC = -I../../classes/include -I../../include -I. @@ -14,7 +14,7 @@ all: cfdnexthops cfdnexthops: ${OBJECTS} ${CFDLIB} ${LIBTOOL} ${CXX} ${CXXFLAGS} ${OBJECTS} ${CFDLIB} ${ARTSPPLIB} \ - ${SNMPPPLIB} @FLEXLIB@ @LIBS@ -o cfdnexthops -rpath @artspp@/lib + ${SNMPPPLIB} @FLEXLIB@ @LIBS@ -o cfdnexthops -rpath ${PREFIX}/lib cfdnexthops.o: cfdnexthops.cc ${CXX} ${CXXFLAGS} -c cfdnexthops.cc ${CFDINC} ${ARTSPPINC} ${SNMPPINC} @@ -31,12 +31,12 @@ strip: all fi install: all - ${LIBTOOL} ../../install-sh -c -m 555 cfdnexthops @bindir@/cfdnexthops - ../../install-sh -c -m 444 cfdnexthops.man @mandir@/manl/cfdnexthops.l + ${LIBTOOL} ../../install-sh -c -m 555 cfdnexthops ${PREFIX}/bin/cfdnexthops + ../../install-sh -c -m 444 cfdnexthops.man ${PREFIX}/man/manl/cfdnexthops.l tarball:: - @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar @bindir@/cfdnexthops - @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar @mandir@/manl/cfdnexthops.l + @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar ${PREFIX}/bin/cfdnexthops + @TAR@ -uvf ../../@PKG_VERSION@_@OSNAME@.tar ${PREFIX}/man/manl/cfdnexthops.l