summaryrefslogtreecommitdiff
path: root/devel/gnustep-make
diff options
context:
space:
mode:
authortnn <tnn>2008-03-08 22:02:32 +0000
committertnn <tnn>2008-03-08 22:02:32 +0000
commit1dbbf1387f68904a4c1bf71824665ac71b25099b (patch)
tree5fd9094628fd3c5abdd6f80fd52178bafda52ac8 /devel/gnustep-make
parentf9fbb48d9d870a037367379ac141eb6542467672 (diff)
downloadpkgsrc-1dbbf1387f68904a4c1bf71824665ac71b25099b.tar.gz
Honour PKG_SYSCONFDIR. From Louis Guillaume on pkgsrc-users@
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r--devel/gnustep-make/Makefile4
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 \