diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-31 10:35:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-31 10:35:38 +0000 |
commit | 7e9f9c799c50e1ae0a378228840d2ad8c617fbe3 (patch) | |
tree | e09ce98e45ee903d56670b40d86a005511757775 /devel/gnustep-make | |
parent | 60304c32ea6ad85e6c3eebe03028e31420bbfa58 (diff) | |
download | pkgsrc-7e9f9c799c50e1ae0a378228840d2ad8c617fbe3.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/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 6 |
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 |