From 1815d8abc79da8526405760a8525c0424ba99138 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 31 Jul 2006 10:35:38 +0000 Subject: Forced the configure script to be more packager-friendly by ignoring any existing GNUstep configuration files. Explicitly set the path to the global configuration file, because otherwise a system-dependent default pathname for GNUstep.conf is used, which often does not match ${PREFIX}. Bumped PKGREVISION. --- devel/gnustep-make/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index ea158dab380..65224d5c5ce 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2006/07/28 01:50:58 minskim Exp $ +# $NetBSD: Makefile,v 1.32 2006/07/31 10:35:38 rillig Exp $ DISTNAME= gnustep-make-1.12.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -15,6 +15,8 @@ USE_LANGUAGES= objc GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q} +CONFIGURE_ARGS+= --disable-importing-config-file +CONFIGURE_ARGS+= --with-config-file=${PREFIX}/etc/GNUstep.conf CONF_FILES+= ${PREFIX}/share/examples/GNUstep/GNUstep.conf \ ${PREFIX}/etc/GNUstep.conf -- cgit v1.2.3