diff options
author | obache <obache@pkgsrc.org> | 2012-06-13 07:18:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-13 07:18:19 +0000 |
commit | b60d9b93df40256a843e2326b33e513208f02d98 (patch) | |
tree | 94da586ad2fa5b12e2c9559ebb2d68bcb6b467ba /net | |
parent | e6d86ca4adc543c94e872072ef820b7291702692 (diff) | |
download | pkgsrc-b60d9b93df40256a843e2326b33e513208f02d98.tar.gz |
afp_ldap.conf will be installed for platfoms having ACL support.
PR 46597.
XXX: please update the condition if it is not adapted to your platforms.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk/Makefile | 8 | ||||
-rw-r--r-- | net/netatalk/PLIST | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 380608a2f4b..27e422aea13 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2012/06/13 06:57:59 obache Exp $ +# $NetBSD: Makefile,v 1.86 2012/06/13 07:18:19 obache Exp $ DISTNAME= netatalk-2.2.1 PKGREVISION= 5 @@ -75,6 +75,12 @@ PLIST_VARS+= ea PLIST.ea= yes .endif +PLIST_VARS+= acl +.if ${OPSYS} == "SunOS" || ${OPSYS} == "HPUX" || ${OPSYS} == "IRIX" || \ + ${OPSYS} == "AIX" || ${OPSYS} == "OSF1" || ${OPSYS} == "Linux" +PLIST.acl= yes +.endif + .include "options.mk" INSTALLATION_DIRS= libexec/psffilters diff --git a/net/netatalk/PLIST b/net/netatalk/PLIST index 9c9e41f71d1..f3e3ca82f12 100644 --- a/net/netatalk/PLIST +++ b/net/netatalk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2012/06/11 13:19:20 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.25 2012/06/13 07:18:19 obache Exp $ ${PLIST.ea}bin/ad bin/add_netatalk_printer bin/adv1tov2 @@ -163,7 +163,7 @@ man/man8/timelord.8 share/aclocal/netatalk.m4 share/examples/netatalk/AppleVolumes.default share/examples/netatalk/AppleVolumes.system -share/examples/netatalk/afp_ldap.conf +${PLIST.acl}share/examples/netatalk/afp_ldap.conf share/examples/netatalk/afpd.conf share/examples/netatalk/atalkd.conf share/examples/netatalk/netatalk.conf |