openbsd-ports/net/netatalk/patches/patch-binnbp-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
380 B
Plaintext

--- bin/nbp/Makefile.orig Wed Aug 9 08:22:16 2000
+++ bin/nbp/Makefile Wed Aug 9 08:22:32 2000
@@ -21,7 +21,7 @@
${CC} ${CFLAGS} -o nbpunrgstr nbpunrgstr.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