From d1e0876b858438e0f9ec74055349bbc2b2735f2b Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 6 Oct 2002 19:50:45 +0000 Subject: Reflect *_RD renaming. --- devel/ruby-cvs/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'devel/ruby-cvs') 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: -- cgit