summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorreed <reed>2003-09-27 13:54:51 +0000
committerreed <reed>2003-09-27 13:54:51 +0000
commitd1dbe1cc01742a4786cd1fb84aa6da042134172d (patch)
tree739bfbef7357f631ea97e77950e8d3ffdad6d35b /databases
parent847e47fcc1e3612a334f7d49afe24d4520d09be2 (diff)
downloadpkgsrc-d1dbe1cc01742a4786cd1fb84aa6da042134172d.tar.gz
Just added a comment into Makefile as a reminder why PKG_SYSCONFBASE is
used instead of PKG_SYSCONFDIR. The openldap build defines a ldap_subdir (as /openldap) which is automatically appended (unless using --without-subdir which also breaks share and libexec). (Okay'd by wiz.)
Diffstat (limited to 'databases')
-rw-r--r--databases/openldap/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index fceb3af72d5..f75356457bb 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2003/09/18 05:37:15 markd Exp $
+# $NetBSD: Makefile,v 1.58 2003/09/27 13:54:51 reed Exp $
DISTNAME= openldap-2.1.22
SVR4_PKGNAME= oldap
@@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --enable-ldbm
CONFIGURE_ARGS+= --enable-crypt
PKG_SYSCONFSUBDIR= openldap
+# XXX use PKG_SYSCONFBASE without PKG_SYSCONFSUBDIR, because
+# XXX openldap build automatically appends "/openldap"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=/var/openldap
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4