openbsd-ports/net/netatalk/patches/patch-manman4-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

21 lines
624 B
Plaintext

--- man/man4/Makefile.orig Tue Feb 20 12:02:27 1996
+++ man/man4/Makefile Wed Aug 9 08:30:05 2000
@@ -10,14 +10,14 @@
all :
install : all
- -mkdir ${MANDIR}/man4
+ -mkdir ${DESTDIR}${MANDIR}/man4
for i in ${SRC} ; do \
- rm -f ${MANDIR}/man4/$$i; \
+ rm -f ${DESTDIR}${MANDIR}/man4/$$i; \
sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \
-e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \
-e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \
-e s@:INCDIR:@${INCDIR}@ \
- < $$i > ${MANDIR}/man4/$$i; \
+ < $$i > ${DESTDIR}${MANDIR}/man4/$$i; \
done
clean :