diff options
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' \ |