summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2003-09-27 13:54:51 +0000
committerreed <reed@pkgsrc.org>2003-09-27 13:54:51 +0000
commitfad404246a159e0fd253c074eb1c039e8bf47dbe (patch)
tree739bfbef7357f631ea97e77950e8d3ffdad6d35b
parent896b41bf7abb0bef3a074f4c7b8f44c1010810cf (diff)
downloadpkgsrc-fad404246a159e0fd253c074eb1c039e8bf47dbe.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.)
-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