diff options
author | knu <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
commit | d1e0876b858438e0f9ec74055349bbc2b2735f2b (patch) | |
tree | f18ae26b7e283ff442dbba82d8488ce3f001ba25 /devel/ruby-cvs | |
parent | 62248341203678181dd36398958b79d37ad5a1ba (diff) | |
download | FreeBSD-ports-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip FreeBSD-ports-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz |
Reflect *_RD renaming.
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 467e6c6..115c0e6 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: |