diff options
author | tnn <tnn> | 2008-03-08 22:02:32 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-03-08 22:02:32 +0000 |
commit | 2be4ddf9cf80846c09f2776b4dea816d7c87c2e3 (patch) | |
tree | 5fd9094628fd3c5abdd6f80fd52178bafda52ac8 /devel | |
parent | ea6e5f2bf92ec57bcc7372e84200df1022fffd81 (diff) | |
download | pkgsrc-2be4ddf9cf80846c09f2776b4dea816d7c87c2e3.tar.gz |
Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 1974a9f58f7..92641a9bfae 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2007/11/25 17:18:22 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2008/03/08 22:02:32 tnn Exp $ DISTNAME= gnustep-make-2.0.2 CATEGORIES= devel gnustep @@ -17,7 +17,7 @@ USE_TOOLS+= csh 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 +CONFIGURE_ARGS+= --with-config-file=${PKG_SYSCONFDIR}/GNUstep.conf MAKE_FILE= GNUmakefile CONF_FILES+= ${PREFIX}/share/examples/GNUstep/GNUstep.conf \ |