diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
commit | f006f18654d67d8bfa9884d8efe2ee2607073b65 (patch) | |
tree | 1784ff99e30a4cf584a984aead37af331985f82d /devel/ruby-cvs | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) | |
download | ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.tar.gz ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.zip |
Notes
Diffstat (limited to 'devel/ruby-cvs')
-rw-r--r-- | devel/ruby-cvs/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile index 467e6c6585f2..115c0e6f6ef2 100644 --- a/devel/ruby-cvs/Makefile +++ b/devel/ruby-cvs/Makefile @@ -19,9 +19,7 @@ MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/flex.so:${PORTSDIR}/devel/ruby-flex_rb USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes RUBY_SHEBANG_FILES= ${WRKSRC}/viztree ${WRKSRC}/reviz/reviz @@ -31,9 +29,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_RD2} lib/cvs.rb > cvs.html + cd ${WRKSRC}; ${RUBY_RD2} lib/diff.rb > diff.html + cd ${WRKSRC}; ${RUBY_RD2} lib/tempdir.rb > tempdir.html .endif do-install: |