diff options
author | knu <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-06 19:50:45 +0000 |
commit | d1e0876b858438e0f9ec74055349bbc2b2735f2b (patch) | |
tree | f18ae26b7e283ff442dbba82d8488ce3f001ba25 /print | |
parent | 62248341203678181dd36398958b79d37ad5a1ba (diff) | |
download | FreeBSD-ports-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip FreeBSD-ports-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz |
Reflect *_RD renaming.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-pdflib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/ruby-pdflib/Makefile b/print/ruby-pdflib/Makefile index 6880c76..679386f 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 |