openbsd-ports/net/netatalk/patches/patch-binpap-makefile
brad f22b2212e6 - Fake
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs
- respect CC and CFLAGS
- move RESDIR from share to share/netatalk
- move examples from lib/netatalk to share/examples/netatalk
- remove the need for having the source tree installed, just use the
headers in /usr/include/netatalk
2000-08-10 17:53:31 +00:00

12 lines
379 B
Plaintext

--- bin/pap/Makefile.orig Wed Aug 9 08:23:35 2000
+++ bin/pap/Makefile Wed Aug 9 08:23:19 2000
@@ -19,7 +19,7 @@
${CC} ${CFLAGS} -o papstatus papstatus.o ${LIBDIRS} ${LIBS}
install : all
- for i in ${TARGETS}; do ${INSTALL} -c $$i ${BINDIR}; done
+ for i in ${TARGETS}; do ${INSTALL} -c $$i ${DESTDIR}${BINDIR}; done
clean :
rm -f a.out core* *.o *.bak *[Ee]rrs tags