diff options
author | knu <knu@FreeBSD.org> | 2000-08-17 07:04:43 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-17 07:04:43 +0000 |
commit | 5d7022866091274eca045a99cb44431cf7d0eab2 (patch) | |
tree | 7775d9b366b16a128e90b7213faecba8d188edda /devel/ruby-racc/Makefile | |
parent | ea2ecc46ac85e67985d7587fe665c7f090bd3d0f (diff) | |
download | FreeBSD-ports-5d7022866091274eca045a99cb44431cf7d0eab2.zip FreeBSD-ports-5d7022866091274eca045a99cb44431cf7d0eab2.tar.gz |
Update to 1.2.3.
Diffstat (limited to 'devel/ruby-racc/Makefile')
-rw-r--r-- | devel/ruby-racc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index 60d99c1..6d348bf 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= racc -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= devel ruby MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ PKGNAMEPREFIX= ruby- @@ -31,7 +31,7 @@ DOCS_EN= changes.html command.html debug.html grammer.html \ index.html usage.html DOCS_JA= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html -EXAMPLES= calc.y calc2-ja.y compile.rb +EXAMPLES= calc-ja.y calc.y conflict.y lalr.y syntax.y yyerr.y post-patch: ${PERL} -i -pe '$$. == 1 && s,^#!\s*\S+,#!${RUBY},' \ |