summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2012-06-13 12:38:35 +0000
committerobache <obache>2012-06-13 12:38:35 +0000
commit267b4fc05ab214f832c07e1f6dedb60de51031f1 (patch)
tree7f72ab049eb115dcf4f5d69d51783a4fda2b9050 /net
parent4fecd1f509a616a1a45f28781b64273bd4a1c9ee (diff)
downloadpkgsrc-267b4fc05ab214f832c07e1f6dedb60de51031f1.tar.gz
treat a extra conf file for ACL.
Diffstat (limited to 'net')
-rw-r--r--net/netatalk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 27e422aea13..3671deba3a2 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2012/06/13 07:18:19 obache Exp $
+# $NetBSD: Makefile,v 1.87 2012/06/13 12:38:35 obache Exp $
DISTNAME= netatalk-2.2.1
PKGREVISION= 5
@@ -79,6 +79,7 @@ PLIST_VARS+= acl
.if ${OPSYS} == "SunOS" || ${OPSYS} == "HPUX" || ${OPSYS} == "IRIX" || \
${OPSYS} == "AIX" || ${OPSYS} == "OSF1" || ${OPSYS} == "Linux"
PLIST.acl= yes
+CONF_FILES+= ${EGDIR}/afp_ldap.conf ${PKG_SYSCONFDIR}/afp_ldap.conf
.endif
.include "options.mk"