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 /graphics/ruby-libpng | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) |
Notes
Diffstat (limited to 'graphics/ruby-libpng')
-rw-r--r-- | graphics/ruby-libpng/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile index 824bf0d2155c..38e134b7c41d 100644 --- a/graphics/ruby-libpng/Makefile +++ b/graphics/ruby-libpng/Makefile @@ -22,9 +22,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_RUBY= yes USE_RUBY_EXTCONF= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes INSTALL_TARGET= site-install @@ -37,7 +35,7 @@ EXAMPLES_EN= es.png png.rb pngtest.rb pngtest.sh \ .if !defined(NOPORTDOCS) post-build: @cd ${WRKSRC}; \ - ${RUBY_RD} readme.ja.rd > readme.ja.html + ${RUBY_RD2} readme.ja.rd > readme.ja.html .endif post-install: |