pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/squeak Set interpreter properly in the bash scrip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92e1c24ca194
branches:  trunk
changeset: 545893:92e1c24ca194
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 17 04:36:28 2008 +0000

description:
Set interpreter properly in the bash script this installs.
PKGREVISION++.

diffstat:

 lang/squeak/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1ffc02b7dca0 -r 92e1c24ca194 lang/squeak/Makefile
--- a/lang/squeak/Makefile      Sun Aug 17 04:11:47 2008 +0000
+++ b/lang/squeak/Makefile      Sun Aug 17 04:36:28 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2008/02/06 18:45:32 reed Exp $
+# $NetBSD: Makefile,v 1.37 2008/08/17 04:36:28 dholland Exp $
 #
 
 DISTNAME=      Squeak-3.9-8
 PKGNAME=       squeak-3.9.8
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    lang
 MASTER_SITES=  http://ftp.squeak.org/3.9/unix-linux/
 DISTFILES=     Squeak-3.9-8.src.tar.gz
@@ -17,7 +17,8 @@
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    automake14 gmake gzip
+USE_TOOLS+=    automake14 gmake gzip bash:run
+REPLACE_BASH+= platforms/unix/npsqueak/npsqueakrun.in
 
 AUTOCONF_REQD= 2.57
 AUTOMAKE_REQD= 1.4.6



Home | Main Index | Thread Index | Old Index