summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam>2005-01-12 04:04:36 +0000
committerjlam <jlam>2005-01-12 04:04:36 +0000
commit043f7ef8aec1dc27c09e7c525af4c503739f1ad4 (patch)
tree7098380b57ea2aa7797c1a0b6c8b2074b498deb7 /databases/openldap
parentb7e344066208910dc7adb978e0c17594db188b19 (diff)
downloadpkgsrc-043f7ef8aec1dc27c09e7c525af4c503739f1ad4.tar.gz
Change a = to a += so that all of the necessary OWN_DIRS_PERMS are
created. This is needed for slapd to start properly with a default install. Bump the PKGREVISION to 1.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 5ce5218a0a4..bd5d5373fbb 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.95 2005/01/06 11:10:55 adam Exp $
+# $NetBSD: Makefile,v 1.96 2005/01/12 04:04:36 jlam Exp $
DISTNAME= openldap-2.2.20
+PKGREVISION= 1
SVR4_PKGNAME= oldap
CATEGORIES= databases
MASTER_SITES= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/
@@ -61,7 +62,7 @@ EGDIR= ${PREFIX}/share/examples/openldap
MAKE_DIRS= ${OPENLDAP_ETCDIR} ${OPENLDAP_ETCDIR}/schema
OWN_DIRS= ${OPENLDAP_VARDIR} ${OPENLDAP_VARDIR}/run
OWN_DIRS_PERMS= ${OPENLDAP_VARDIR}/openldap-data ${OPENLDAP_DIRPERMS}
-OWN_DIRS_PERMS= ${OPENLDAP_VARDIR}/openldap-ldbm ${OPENLDAP_DIRPERMS}
+OWN_DIRS_PERMS+= ${OPENLDAP_VARDIR}/openldap-ldbm ${OPENLDAP_DIRPERMS}
OWN_DIRS_PERMS+= ${OPENLDAP_VARDIR}/openldap-slurp ${OPENLDAP_DIRPERMS}
CNFS= ldap.conf \