summaryrefslogtreecommitdiffstats
path: root/devel/ruby-cvs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-cvs')
-rw-r--r--devel/ruby-cvs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile
index 2b8e9ef..467e6c6 100644
--- a/devel/ruby-cvs/Makefile
+++ b/devel/ruby-cvs/Makefile
@@ -31,9 +31,9 @@ DOCS= README TODO cvs.html diff.html tempdir.html
do-build:
.if !defined(NOPORTDOCS)
- cd ${WRKSRC} && ${RUBY_RD} lib/cvs.rb > cvs.html
- cd ${WRKSRC} && ${RUBY_RD} lib/diff.rb > diff.html
- cd ${WRKSRC} && ${RUBY_RD} lib/tempdir.rb > tempdir.html
+ cd ${WRKSRC}; ${RUBY_RD} lib/cvs.rb > cvs.html
+ cd ${WRKSRC}; ${RUBY_RD} lib/diff.rb > diff.html
+ cd ${WRKSRC}; ${RUBY_RD} lib/tempdir.rb > tempdir.html
.endif
do-install:
OpenPOWER on IntegriCloud