diff options
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: |