summaryrefslogtreecommitdiff
path: root/lang/jasmin
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-07 06:36:35 +0000
committersbd <sbd>2012-02-07 06:36:35 +0000
commit50dc073f2c2c55cf6f081e8cd9e6938810c117b2 (patch)
tree4aa62942ffc0901a3d95af4bcc87cf033f01a8b8 /lang/jasmin
parentc66dec5c66dddd573a032812b3808b1cd50bab0b (diff)
downloadpkgsrc-50dc073f2c2c55cf6f081e8cd9e6938810c117b2.tar.gz
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'lang/jasmin')
-rw-r--r--lang/jasmin/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile
index 3a69ffbe3ff..ada51c64df1 100644
--- a/lang/jasmin/Makefile
+++ b/lang/jasmin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2009/03/17 21:40:46 darcy Exp $
+# $NetBSD: Makefile,v 1.28 2012/02/07 06:42:34 sbd Exp $
#
DISTNAME= jasmin-1.06
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang java
MASTER_SITES= http://mrl.nyu.edu/~meyer/jasmin/
@@ -13,13 +13,15 @@ COMMENT= Java "assembler" interface
PKG_DESTDIR_SUPPORT= user-destdir
USE_JAVA= run
-USE_TOOLS+= pax
+USE_TOOLS+= pax csh:run
WRKSRC= ${WRKDIR}/jasmin
NO_BUILD= yes
INSTALLATION_DIRS= bin
+REPLACE_CSH+= bin/jasmin bin/jasmin.orig bin/runall.sh lib/cup/INSTALL
+
post-patch:
${MV} ${WRKSRC}/bin/jasmin ${WRKSRC}/bin/jasmin.patch && \
${SED} -e 's|@PREFIX@|${PREFIX}|g' \