summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-13 12:38:35 +0000
committerobache <obache@pkgsrc.org>2012-06-13 12:38:35 +0000
commita8164de836f6b7af9e27bd5df52bd0c315bfe8e1 (patch)
tree7f72ab049eb115dcf4f5d69d51783a4fda2b9050 /net/netatalk
parent6b0b2db56e492d429574604ce18ace4c1e1aee24 (diff)
downloadpkgsrc-a8164de836f6b7af9e27bd5df52bd0c315bfe8e1.tar.gz
treat a extra conf file for ACL.
Diffstat (limited to 'net/netatalk')
-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"