From f006f18654d67d8bfa9884d8efe2ee2607073b65 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 6 Oct 2002 19:50:45 +0000 Subject: Reflect *_RD renaming. --- devel/ruby-mmap/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'devel/ruby-mmap') diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile index 53f2591cdc03..7dac75fc7e1f 100644 --- a/devel/ruby-mmap/Makefile +++ b/devel/ruby-mmap/Makefile @@ -20,9 +20,7 @@ BUILD_DEPENDS= rdoc:${PORTSDIR}/textproc/ruby-rdoc USE_RUBY= yes USE_RUBY_EXTCONF= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes INSTALL_TARGET= site-install @@ -32,7 +30,7 @@ EXAMPLES= b.rb post-build: .if !defined(NOPORTDOCS) - cd ${WRKSRC}; ${RUBY_RD} mmap.rd > mmap.html + cd ${WRKSRC}; ${RUBY_RD2} mmap.rd > mmap.html cd ${WRKSRC}/docs; ${RUBY} b.rb mmap; rdoc mmap.rb .endif -- cgit v1.2.3