diff options
author | knu <knu@FreeBSD.org> | 2002-03-30 19:57:22 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-30 19:57:22 +0800 |
commit | 94add0df8c07af832e829f3f03119fab1ed3a111 (patch) | |
tree | 59ad853957bd39792ccd92144f7ebc2eb5dce69e /textproc/ruby-rdtool | |
parent | dde29dec2e5484e4303b72cbff696b0933eb44c2 (diff) | |
download | freebsd-ports-graphics-94add0df8c07af832e829f3f03119fab1ed3a111.tar.gz freebsd-ports-graphics-94add0df8c07af832e829f3f03119fab1ed3a111.tar.zst freebsd-ports-graphics-94add0df8c07af832e829f3f03119fab1ed3a111.zip |
cd dir && command -> cd dir; command
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 225fbcd69bf..36d17062f4b 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -46,7 +46,7 @@ pre-build: .if !defined(NOPORTDOCS) post-build: .for f in README.rd.ja doc/rd-draft.rd doc/rd-draft.rd.ja - cd ${WRKSRC} && ${RUBY} -I. rd2 -r rd/rd2html-lib.rb ${f} \ + cd ${WRKSRC}; ${RUBY} -I. rd2 -r rd/rd2html-lib.rb ${f} \ > ${f:S/.rd.ja$/.ja.html/:S/.rd$/.html/} .endfor .endif |