diff options
author | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-10-07 03:50:45 +0800 |
commit | d1e0876b858438e0f9ec74055349bbc2b2735f2b (patch) | |
tree | f18ae26b7e283ff442dbba82d8488ce3f001ba25 /graphics/ruby-libpng | |
parent | 62248341203678181dd36398958b79d37ad5a1ba (diff) | |
download | freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.gz freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.tar.zst freebsd-ports-gnome-d1e0876b858438e0f9ec74055349bbc2b2735f2b.zip |
Reflect *_RD renaming.
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: |