aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-sdl
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-sdl
parent62248341203678181dd36398958b79d37ad5a1ba (diff)
downloadfreebsd-ports-graphics-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz
freebsd-ports-graphics-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.zst
freebsd-ports-graphics-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip
Reflect *_RD renaming.
Diffstat (limited to 'devel/ruby-sdl')
-rw-r--r--devel/ruby-sdl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile
index d9a8ba42bc6..17467a04358 100644
--- a/devel/ruby-sdl/Makefile
+++ b/devel/ruby-sdl/Makefile
@@ -26,9 +26,7 @@ RUBY_OPENGL_WRKSRC_CMD= cd ${RUBY_OPENGL_PORTDIR}; ${MAKE} -V WRKSRC
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+USE_RUBY_RDTOOL= yes
RUBY_WITH_PTHREAD= yes
CONFIGURE_ARGS= --with-sdl-config="sdl11-config" \
@@ -57,7 +55,7 @@ post-patch:
post-build:
.if !defined(NOPORTDOCS)
.for f in ${RD_DOCS_EN} ${RD_DOCS_JA}
- @cd ${WRKSRC}; ${RUBY_RD} ${f} > ${f:S/.rd$/.html/}
+ @cd ${WRKSRC}; ${RUBY_RD2} ${f} > ${f:S/.rd$/.html/}
.endfor
.endif