diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:06:42 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 12:06:42 +0000 |
commit | 48775a7604e95255ed935a46a7ffe919a74aa502 (patch) | |
tree | fb1fae8a091e756a3ecb41803608e9c20cd457d9 /devel/ruby-cvs | |
parent | d516b6cfe43170defe1238178b67e75ada0122e5 (diff) | |
download | ports-48775a7604e95255ed935a46a7ffe919a74aa502.tar.gz ports-48775a7604e95255ed935a46a7ffe919a74aa502.zip |
Notes
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: |