From b544c5a58da524a34ebc88d5dcc1114b8cfca677 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 6 Jan 2002 19:33:34 +0000 Subject: 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. --- databases/openldap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/openldap') 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" -- cgit v1.2.3