diff options
author | kris <kris@FreeBSD.org> | 2000-09-17 20:22:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-09-17 20:22:05 +0800 |
commit | 90e793e0b6b2d21d91707078ad465131fd5f093c (patch) | |
tree | e79baccd7522cfa4eb8f99c7710ed79256b0aca8 /net | |
parent | 37d65e6ed7d1330f5a22003599f83d4ebb1b5565 (diff) | |
download | freebsd-ports-gnome-90e793e0b6b2d21d91707078ad465131fd5f093c.tar.gz freebsd-ports-gnome-90e793e0b6b2d21d91707078ad465131fd5f093c.tar.zst freebsd-ports-gnome-90e793e0b6b2d21d91707078ad465131fd5f093c.zip |
Fix PLIST
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-asun/Makefile | 5 | ||||
-rw-r--r-- | net/netatalk-asun/pkg-plist | 23 |
2 files changed, 13 insertions, 15 deletions
diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile index 8ee22f00059d..68f502e60b51 100644 --- a/net/netatalk-asun/Makefile +++ b/net/netatalk-asun/Makefile @@ -7,6 +7,7 @@ PORTNAME= netatalk PORTVERSION= 1.4b2+asun2.1.3 +PORTREVISION= 1 CATEGORIES= net print MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ ${MASTER_SITE_LOCAL} \ @@ -49,7 +50,9 @@ pre-build: .endif .endif -MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.1 +MAN1= aecho.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 \ + nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 \ + psorder.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-asun/pkg-plist b/net/netatalk-asun/pkg-plist index 936c94600114..9ea416ae33c6 100644 --- a/net/netatalk-asun/pkg-plist +++ b/net/netatalk-asun/pkg-plist @@ -1,3 +1,4 @@ +bin/adv1tov2 bin/aecho bin/getzones bin/hqx2bin @@ -33,7 +34,6 @@ include/atalk/rtmp.h include/atalk/server_child.h include/atalk/util.h include/atalk/zip.h -@dirrm include/atalk lib/libatalk.a lib/libatalk_p.a libexec/afpd @@ -62,19 +62,14 @@ 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/nls/netatalk/maccode.437 +share/nls/netatalk/maccode.850 +share/nls/netatalk/maccode.iso8859-1 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 libexec/filters +@dirrm share/examples/netatalk +@dirrm share/nls/netatalk +@unexec if cmp -s %D/etc/afpd.conf %D/etc/afpd.conf.dist; then rm -f %D/etc/afpd.conf; fi |