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

--- man/Makefile.orig Wed Aug 9 08:26:04 2000
+++ man/Makefile Wed Aug 9 08:26:14 2000
@@ -21,7 +21,7 @@
done
install:
- -mkdir ${MANDIR}
+ -mkdir ${DESTDIR}${MANDIR}
for i in ${ALL}; \
do (cd $$i; ${MAKE} ${MFLAGS} \
DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \