diff options
author | marcus <marcus@FreeBSD.org> | 2011-08-28 15:40:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-08-28 15:40:00 +0800 |
commit | f80b8144257de7e73cb51b45da03372ae4a5b2dd (patch) | |
tree | 0d10cd69329640a47742a92e1085b2ce2ff0bb95 /net | |
parent | ccb7383a7605dcfe3b404191679efe5e677dfb49 (diff) | |
download | freebsd-ports-gnome-f80b8144257de7e73cb51b45da03372ae4a5b2dd.tar.gz freebsd-ports-gnome-f80b8144257de7e73cb51b45da03372ae4a5b2dd.tar.zst freebsd-ports-gnome-f80b8144257de7e73cb51b45da03372ae4a5b2dd.zip |
Fix installation when WITHOUT_NETATALK is defined.
PR: 160181
Submitted by: akira noda <you.akira.noda@gmail.com>
Diffstat (limited to 'net')
-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 |