summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-31 10:35:38 +0000
committerrillig <rillig@pkgsrc.org>2006-07-31 10:35:38 +0000
commit1815d8abc79da8526405760a8525c0424ba99138 (patch)
treee09ce98e45ee903d56670b40d86a005511757775 /devel
parent33e2b269b5909ea358270b3b7a49c336873bd100 (diff)
downloadpkgsrc-1815d8abc79da8526405760a8525c0424ba99138.tar.gz
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.
Diffstat (limited to 'devel')
-rw-r--r--devel/gnustep-make/Makefile6
1 files changed, 4 insertions, 2 deletions
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