diff options
Diffstat (limited to 'devel/ruby-cvs')
-rw-r--r-- | devel/ruby-cvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile index 2b8e9efd0e4e..467e6c6585f2 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: |