diff options
-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 \ |