diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-07 06:36:35 +0000 |
commit | af0748fe647bc78a3762b6296c6f1912c2e070dc (patch) | |
tree | 4aa62942ffc0901a3d95af4bcc87cf033f01a8b8 /lang | |
parent | 18a87043c4eacda4d6d94710d5d1be999fcf59e8 (diff) | |
download | pkgsrc-af0748fe647bc78a3762b6296c6f1912c2e070dc.tar.gz |
Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:run
Bump PKGREVISION
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jasmin/Makefile | 8 |
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' \ |