diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-08 22:02:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-08 22:02:32 +0000 |
commit | 6c383ab55564eb1f36cc8e24f1ac34efe6d17719 (patch) | |
tree | 5fd9094628fd3c5abdd6f80fd52178bafda52ac8 /devel/gnustep-make | |
parent | 46b90fd96c85fcf9f0dcc555d5df7de8fce0ec4d (diff) | |
download | pkgsrc-6c383ab55564eb1f36cc8e24f1ac34efe6d17719.tar.gz |
Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@
Diffstat (limited to 'devel/gnustep-make')
-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 \ |