summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-01-06 11:21:19 +0000
committerskrll <skrll@pkgsrc.org>2002-01-06 11:21:19 +0000
commit94d4988e24fcd1b7586197023dc4b5eeebdc32b5 (patch)
treef93af782786da2186bd31b7b44fa98684aa7e825 /databases/openldap
parent9da006aab230951c9ce82ca60e74dcc6d57e6da3 (diff)
downloadpkgsrc-94d4988e24fcd1b7586197023dc4b5eeebdc32b5.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}