aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-mmap
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-10-07 03:50:45 +0800
committerknu <knu@FreeBSD.org>2002-10-07 03:50:45 +0800
commitd1e0876b858438e0f9ec74055349bbc2b2735f2b (patch)
treef18ae26b7e283ff442dbba82d8488ce3f001ba25 /devel/ruby-mmap
parent62248341203678181dd36398958b79d37ad5a1ba (diff)
downloadfreebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz
freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.zst
freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip
Reflect *_RD renaming.
Diffstat (limited to 'devel/ruby-mmap')
-rw-r--r--devel/ruby-mmap/Makefile6
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