pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Honor PKG_SYSCONFDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5f444856df3
branches:  trunk
changeset: 530381:f5f444856df3
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Jun 28 03:00:39 2007 +0000

description:
Honor PKG_SYSCONFDIR.

diffstat:

 devel/gnustep-make/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63a18585fe4e -r f5f444856df3 devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Thu Jun 28 01:49:41 2007 +0000
+++ b/devel/gnustep-make/Makefile       Thu Jun 28 03:00:39 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/01/15 18:37:27 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2007/06/28 03:00:39 minskim Exp $
 
 DISTNAME=      gnustep-make-1.13.0
 PKGREVISION=   1
@@ -21,7 +21,7 @@
 MAKE_FILE=             GNUmakefile
 
 CONF_FILES+=           ${PREFIX}/share/examples/GNUstep/GNUstep.conf \
-                       ${PREFIX}/etc/GNUstep.conf
+                       ${PKG_SYSCONFDIR}/GNUstep.conf
 
 REPLACE_INTERPRETER+=  csh
 REPLACE.csh.old=       /bin/csh



Home | Main Index | Thread Index | Old Index