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 /print | |
parent | Rename USE_RUBY_RD to USE_RUBY_RDTOOL, RUBY_RD to RUBY_RD2, (diff) |
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 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 |