summaryrefslogtreecommitdiff
path: root/www/ruby-webunit
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:12:53 +0000
commit380317bde9db6861d1d800cc1e9f44f21857bcee (patch)
tree7779cd09554e172da6706253f05a3e6e179c1986 /www/ruby-webunit
parentcd dir && command -> cd dir; command (diff)
cd dir && command -> cd dir; command
Notes
Notes: svn path=/head/; revision=56946
Diffstat (limited to 'www/ruby-webunit')
-rw-r--r--www/ruby-webunit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile
index e00c0941e4b2..5f71f5b96da8 100644
--- a/www/ruby-webunit/Makefile
+++ b/www/ruby-webunit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= webunit
-PORTVERSION= 20011019
+PORTVERSION= 20011022
CATEGORIES= www textproc ruby
MASTER_SITES= http://xp.jbt.co.jp/download/webunit/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -31,7 +31,7 @@ DOCS_EN= index-en.html
DOCS_JA= index-ja.html TIPS-ja.html TODO-ja.sdf
do-install:
- cd ${WRKSRC} && ${RUBY} install.rb
+ cd ${WRKSRC}; ${RUBY} install.rb
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
.for f in ${EXAMPLES_EN}