summaryrefslogtreecommitdiffstats
path: root/devel/ruby-tzfile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
committerknu <knu@FreeBSD.org>2002-03-30 12:06:42 +0000
commitea3299de3c900df6d9d7bce12f1592ed6441176a (patch)
treeae44222a5850e44de06124bd8d1ed6cf4b2f263d /devel/ruby-tzfile
parenta1621c9f0f8a1377fbffac696b161a910aa4d1d9 (diff)
downloadFreeBSD-ports-ea3299de3c900df6d9d7bce12f1592ed6441176a.zip
FreeBSD-ports-ea3299de3c900df6d9d7bce12f1592ed6441176a.tar.gz
cd dir && command -> cd dir; command
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 0f0e16a..41b7cbd 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:
OpenPOWER on IntegriCloud