From 48775a7604e95255ed935a46a7ffe919a74aa502 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 30 Mar 2002 12:06:42 +0000 Subject: cd dir && command -> cd dir; command --- devel/ruby-cvs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/ruby-cvs') 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: -- cgit v1.2.3