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.
This commit is contained in:
parent
e67447382a
commit
bd2ee7cadf
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue