diff options
author | kris <kris@FreeBSD.org> | 2000-09-17 20:06:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-17 20:06:38 +0800 |
commit | f774898c0ee53374d6a6e0cf37d109b14165b523 (patch) | |
tree | a7fccc17edd9d99660b3a22eb3ab3377998f94e4 /net/netatalk/pkg-plist | |
parent | b186b2f68901bdc55b1b04f0754a5a3bd73d4d5c (diff) | |
download | freebsd-ports-gnome-f774898c0ee53374d6a6e0cf37d109b14165b523.tar.gz freebsd-ports-gnome-f774898c0ee53374d6a6e0cf37d109b14165b523.tar.zst freebsd-ports-gnome-f774898c0ee53374d6a6e0cf37d109b14165b523.zip |
Fix PLIST
Submitted by: bento
Diffstat (limited to 'net/netatalk/pkg-plist')
-rw-r--r-- | net/netatalk/pkg-plist | 28 |
1 files changed, 14 insertions, 14 deletions
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 + |