aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-tzfile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
commit48775a7604e95255ed935a46a7ffe919a74aa502 (patch)
treefb1fae8a091e756a3ecb41803608e9c20cd457d9 /devel/ruby-tzfile
parentd516b6cfe43170defe1238178b67e75ada0122e5 (diff)
downloadports-48775a7604e95255ed935a46a7ffe919a74aa502.tar.gz
ports-48775a7604e95255ed935a46a7ffe919a74aa502.zip
cd dir && command -> cd dir; command
Notes
Notes: svn path=/head/; revision=56945
Diffstat (limited to 'devel/ruby-tzfile')
-rw-r--r--devel/ruby-tzfile/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ruby-tzfile/Makefile b/devel/ruby-tzfile/Makefile
index 0f0e16a54042..41b7cbd4bd6c 100644
--- a/devel/ruby-tzfile/Makefile
+++ b/devel/ruby-tzfile/Makefile
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
.if !defined(NOPORTDOCS)
- cd ${WRKSRC} && ${RUBY_RD} tzfile.rb > tzfile.html
+ cd ${WRKSRC}; ${RUBY_RD} tzfile.rb > tzfile.html
.endif
do-install: