From c6117ff65db98dab8db1d36c3ce9e2e3384f11df Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 6 Jan 2002 11:21:19 +0000 Subject: 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. --- databases/openldap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/openldap') 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} -- cgit v1.2.3