diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-08-28 07:40:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-08-28 07:40:00 +0000 |
commit | 9e7a4387efc6627fb780c74ecee2575f232b3ca9 (patch) | |
tree | a365e37f420ff9d24a684ac1931413f9ceef7bd8 /net/netatalk | |
parent | 4e3787fbb2583e6986ec2f68701e8f63a4685a76 (diff) | |
download | ports-9e7a4387efc6627fb780c74ecee2575f232b3ca9.tar.gz ports-9e7a4387efc6627fb780c74ecee2575f232b3ca9.zip |
Notes
Diffstat (limited to 'net/netatalk')
-rw-r--r-- | net/netatalk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 47c290e98fa6..60525b070ae0 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -41,8 +41,7 @@ OPTIONS= APPLETALK "Enable AppleTalk protocol support" on \ KRB5 "Enable Kerberos V UAM" off \ ZEROCONF "Enable Zeroconf (Bonjour) support" on -FILES= AppleVolumes.default AppleVolumes.system afpd.conf \ - atalkd.conf papd.conf netatalk.conf +FILES= AppleVolumes.default AppleVolumes.system afpd.conf netatalk.conf LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ binheader nadheader MAN1= ad.1 afpldaptest.1 afppasswd.1 apple_dump.1 asip-status.pl.1 \ @@ -74,6 +73,7 @@ MAN3+= atalk_aton.3 nbp_name.3 MAN4+= atalk.4 MAN5+= atalkd.conf.5 papd.conf.5 MAN8+= atalkd.8 papd.8 papstatus.8 psf.8 +FILES+= atalkd.conf papd.conf .else PLIST_SUB+= APPLETALK="@comment " .endif |