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-mmap/Makefile | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) | |
download | ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.tar.gz ports-f006f18654d67d8bfa9884d8efe2ee2607073b65.zip |
Notes
Diffstat (limited to 'devel/ruby-mmap/Makefile')
-rw-r--r-- | devel/ruby-mmap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 |