summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorskrll <skrll>2002-01-06 11:21:19 +0000
committerskrll <skrll>2002-01-06 11:21:19 +0000
commitc6117ff65db98dab8db1d36c3ce9e2e3384f11df (patch)
treef93af782786da2186bd31b7b44fa98684aa7e825 /databases/openldap
parent81ddf84323b91f55c92b29ea9815435feeb3c00a (diff)
downloadpkgsrc-c6117ff65db98dab8db1d36c3ce9e2e3384f11df.tar.gz
Pass the base directory for PKG_SYSCONF to the configure script - openldap
is added by the pkg. (Hi Johnny!) Fixes the install problem noted in the recent bulk build and means that a build of kdebase2, etc... won't fail.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index c7f4b39608c..38dfdf59fa9 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/12/31 08:36:10 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2002/01/06 11:21:19 skrll Exp $
DISTNAME= openldap-2.0.19
SVR4_PKGNAME= oldap
@@ -31,7 +31,7 @@ USE_PTHREAD= native pth
CONFIGURE_ARGS+= --with-threads
PKG_SYSCONFSUBDIR?= openldap
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=/var/openldap
MAKE_FLAGS+= sysconfdir=${PKG_SYSCONFDIR}