aboutsummaryrefslogtreecommitdiffstats
path: root/print/ruby-pdflib
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 /print/ruby-pdflib
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 'print/ruby-pdflib')
-rw-r--r--print/ruby-pdflib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile
index 6880c766d070..679386fd4ab5 100644
--- a/print/ruby-pdflib/Makefile
+++ b/print/ruby-pdflib/Makefile
@@ -22,9 +22,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+USE_RUBY_RDTOOL= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INSTALL_TARGET= site-install
@@ -43,7 +41,7 @@ post-build:
.if !defined(NOPORTDOCS)
.for f in ${RD_DOCS_EN} ${RD_DOCS_JA}
cd ${WRKSRC}; \
- ${RUBY_RD} ${f} > ${f:S/.rd/.html/}
+ ${RUBY_RD2} ${f} > ${f:S/.rd/.html/}
.endfor
.endif