From 0abbedaf134cd9b7bf2dbf6feb6a154f561061f0 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 17 Sep 2000 12:06:38 +0000 Subject: Fix PLIST Submitted by: bento --- net/netatalk/Makefile | 6 +++++- net/netatalk/pkg-plist | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 15 deletions(-) (limited to 'net/netatalk') diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 5a8f30a8ec8c..437aa3604d00 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.4b2 +PORTREVISION= 1 CATEGORIES= net print MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ ${MASTER_SITE_LOCAL} \ @@ -21,7 +22,10 @@ PATCHFILES= afpd-macos8.diff afpd-bfree.diff MAINTAINER= stb@freebsd.org -MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 +MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 hqx2bin.1 \ + macbinary.1 nbplkup.1 nbprgstr.1 nbpunrgstr.1 \ + papstatus.1 single2bin.1 unbin.1 unhex.1 unsingle.1 + MAN3= atalk_aton.3 nbp_name.3 MAN4= atalk.4 MAN8= afpd.8 atalkd.8 papd.8 psf.8 diff --git a/net/netatalk/pkg-plist b/net/netatalk/pkg-plist index 843370baa515..bed502f97b02 100644 --- a/net/netatalk/pkg-plist +++ b/net/netatalk/pkg-plist @@ -28,7 +28,13 @@ include/atalk/pap.h include/atalk/paths.h include/atalk/rtmp.h include/atalk/zip.h -@dirrm include/atalk +include/netatalk/ddp.h +include/netatalk/endian.h +include/netatalk/ddp_var.h +include/netatalk/phase2.h +include/netatalk/at_var.h +include/netatalk/at.h +include/netatalk/aarp.h lib/libatalk.a lib/libatalk_p.a libexec/afpd @@ -57,19 +63,13 @@ libexec/filters/tfwmpap libexec/filters/tfwmpaprev libexec/filters/tfwpap libexec/filters/tfwpaprev -@dirrm libexec/filters share/examples/netatalk/atalkd.conf share/examples/netatalk/papd.conf -@dirrm share/examples/netatalk share/pagecount.ps -@comment Remove man page aliases -@unexec rm -f %D/man/man1/hqx2bin.1* -@unexec rm -f %D/man/man1/macbinary.1* -@unexec rm -f %D/man/man1/single2bin.1* -@unexec rm -f %D/man/man1/unbin.1* -@unexec rm -f %D/man/man1/unhex.1* -@unexec rm -f %D/man/man1/unsingle.1* -@unexec rm -f %D/man/man1/nbplkup.1* -@unexec rm -f %D/man/man1/nbprgstr.1* -@unexec rm -f %D/man/man1/nbpunrgstr.1* -@unexec rm -f %D/man/man1/papstatus.1* +@dirrm include/atalk +@dirrm include/netatalk +@dirrm libexec/filters +@dirrm share/examples/netatalk +@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default.dist; fi +@unexec if cmp -s %D/etc/AppleVolumes.system %D/etc/AppleVolumes.system.dist; then rm -f %D/etc/AppleVolumes.system.dist; fi + -- cgit v1.2.3