summaryrefslogtreecommitdiff
path: root/databases/openldap
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-06 19:33:34 +0000
committerjlam <jlam>2002-01-06 19:33:34 +0000
commit1e8e8ef2e9971726cf6717f325bbd389a2b4ab2d (patch)
tree8df2cae7ac7720ace76988dd334ac6c85a7a080e /databases/openldap
parentab7ebd6b67bbbe2c2b0f847ca609391c6d8cd607 (diff)
downloadpkgsrc-1e8e8ef2e9971726cf6717f325bbd389a2b4ab2d.tar.gz
PKG_SYSCONFSUBDIR is not changeable for this package as "openldap" is
automatically appended by the build to "sysconfdir", so change setting from ?= to =. Also remove the MAKE_FLAGS line that was supposed to do the same thing as the previous change, but was apparently not working.
Diffstat (limited to 'databases/openldap')
-rw-r--r--databases/openldap/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 38dfdf59fa9..ec8ba44bbd8 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2002/01/06 11:21:19 skrll Exp $
+# $NetBSD: Makefile,v 1.34 2002/01/06 19:33:34 jlam Exp $
DISTNAME= openldap-2.0.19
SVR4_PKGNAME= oldap
@@ -30,10 +30,9 @@ CONFIGURE_ARGS+= --without-readline
USE_PTHREAD= native pth
CONFIGURE_ARGS+= --with-threads
-PKG_SYSCONFSUBDIR?= openldap
+PKG_SYSCONFSUBDIR= openldap
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
CONFIGURE_ARGS+= --localstatedir=/var/openldap
-MAKE_FLAGS+= sysconfdir=${PKG_SYSCONFDIR}
.include "../../mk/bsd.prefs.mk"