pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Fix a check-interpreter error. Bum...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6008816d146c
branches:  trunk
changeset: 517508:6008816d146c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Aug 13 10:12:27 2006 +0000

description:
Fix a check-interpreter error.  Bump PKGREVISION.

diffstat:

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

diffs (33 lines):

diff -r 0fd34f395e10 -r 6008816d146c devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Sun Aug 13 09:41:35 2006 +0000
+++ b/devel/gnustep-make/Makefile       Sun Aug 13 10:12:27 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2006/07/31 10:35:38 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2006/08/13 10:12:27 minskim Exp $
 
 DISTNAME=      gnustep-make-1.12.0
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -12,6 +12,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES= objc
+USE_TOOLS+=    csh
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
@@ -21,6 +22,11 @@
 CONF_FILES+=           ${PREFIX}/share/examples/GNUstep/GNUstep.conf \
                        ${PREFIX}/etc/GNUstep.conf
 
+REPLACE_INTERPRETER+=  csh
+REPLACE.csh.old=       /bin/csh
+REPLACE.csh.new=       ${CSH}
+REPLACE_FILES.csh=     ld_lib_path.csh
+
 .include "../../mk/x11.buildlink3.mk"
 .include "gnustep.mk"
 



Home | Main Index | Thread Index | Old Index