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 | |
parent | a80cf36ff5804657e2f9977e1e0cd3f1cfe24eac (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-evas/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-gd/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-image_size/Makefile | 8 | ||||
-rw-r--r-- | graphics/ruby-libpng/Makefile | 6 |
4 files changed, 7 insertions, 15 deletions
diff --git a/graphics/ruby-evas/Makefile b/graphics/ruby-evas/Makefile index a99418cc80d3..609329b83de8 100644 --- a/graphics/ruby-evas/Makefile +++ b/graphics/ruby-evas/Makefile @@ -18,10 +18,8 @@ MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= evas.6:${PORTSDIR}/graphics/evas USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif USE_RUBY_EXTCONF= yes +USE_RUBY_RDTOOL= yes CONFIGURE_WRKSRC= ${WRKSRC}/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 76f2fb822f1d..8b329b5fd347 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -22,9 +22,7 @@ LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ USE_RUBY= yes USE_RUBY_EXTCONF= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" \ --with-gd-lib="${LOCALBASE}/lib" \ diff --git a/graphics/ruby-image_size/Makefile b/graphics/ruby-image_size/Makefile index f5101a099a35..90c8094d0ff0 100644 --- a/graphics/ruby-image_size/Makefile +++ b/graphics/ruby-image_size/Makefile @@ -17,9 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes -.if !defined(NOPORTDOCS) -USE_RUBY_RD= yes -.endif +USE_RUBY_RDTOOL= yes WRKSRC= ${WRKDIR}/${PORTNAME} @@ -29,9 +27,9 @@ DOCS_JA= readme.ja.rd readme.ja.html do-build: .if !defined(NOPORTDOCS) @cd ${WRKSRC}; \ - ${RUBY_RD} image_size.rb > readme.en.html + ${RUBY_RD2} image_size.rb > readme.en.html @cd ${WRKSRC}; \ - ${RUBY_RD} readme.ja.rd > readme.ja.html + ${RUBY_RD2} readme.ja.rd > readme.ja.html .endif do-install: 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: |