Sample files are installed in pkg/share/examples/netatalk, addressing PR 7920 by rnestor@metronet.com. Now include elf support, addressing PR 8125 by Takahiro Kambe, <taca@sky.yamashina.kyoto.jp> with slight changes by me. Cleaned up some lint warnings and fixed an unsigned character comparison problem with assistance from cgd@netbsd.org. Disabled building of libatalk_p.a (profiling libatalk) as not all ports support it which will generate plist errors.
13 lines
533 B
Text
13 lines
533 B
Text
$NetBSD: patch-az,v 1.2 1999/08/31 22:09:43 wrstuden Exp $
|
|
|
|
--- man/man3/Makefile Tue Feb 20 09:16:49 1996
|
|
+++ man/man3/Makefile Mon Aug 30 06:47:44 1999
|
|
@@ -14,7 +14,7 @@
|
|
-mkdir ${MANDIR}/man3
|
|
for i in ${SRC} ; do \
|
|
rm -f ${MANDIR}/man3/$$i; \
|
|
- sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \
|
|
+ sed -e s@:DESTDIR:@${ATALK_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}@ \
|