diff options
author | taca <taca@pkgsrc.org> | 2005-10-25 04:15:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-10-25 04:15:48 +0000 |
commit | 52cba224368af5d7324d87a0266f5cb165069b2a (patch) | |
tree | 69950bcbbda22c94e7206c2aa7adb48793762f75 /textproc | |
parent | ac700e7ba5152ae3c6edbdf5dcdba59c2b584902 (diff) | |
download | pkgsrc-52cba224368af5d7324d87a0266f5cb165069b2a.tar.gz |
Specify USE_RUBY_DIST_SUBDIR appropriately after previous
lang/ruby/rubyversion.mk changes.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-amrita/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-rexml/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rttool/Makefile | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile index 21e88108e16..582dc9e85dd 100644 --- a/textproc/ruby-amrita/Makefile +++ b/textproc/ruby-amrita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:37 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/25 04:15:49 taca Exp $ DISTNAME= amrita-1.0.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -15,6 +15,7 @@ CONFLICTS+= ruby[1-9][0-9]-amrita-* NO_BUILD= yes DOCS= ChangeLog README README_ja REPLACE_RUBY= bin/ams bin/amshandler bin/amx +USE_RUBY_DIST_SUBDIR= yes .include "../../lang/ruby/rubyversion.mk" diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 514e0d4e059..e7a3a15ed1b 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/03/24 21:13:02 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/10/25 04:15:49 taca Exp $ DISTNAME= rdtool-0.6.14 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -16,6 +16,7 @@ CONFLICTS+= ruby[1-9][0-9]-rdtool-* REPLACE_RUBY= rd2 rmi2html.rb utils/rdswap.rb INSTALL_TARGET= install install-rmi2html +USE_RUBY_DIST_SUBDIR= yes .include "../../lang/ruby/rubyversion.mk" diff --git a/textproc/ruby-rexml/Makefile b/textproc/ruby-rexml/Makefile index 0ceea5f782a..6f92e195f34 100644 --- a/textproc/ruby-rexml/Makefile +++ b/textproc/ruby-rexml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/06 17:19:07 taca Exp $ +# $NetBSD: Makefile,v 1.9 2005/10/25 04:15:48 taca Exp $ # DISTNAME= rexml_${VERSION} @@ -12,6 +12,8 @@ MAINTAINER= rasputin@idoru.mine.nu HOMEPAGE= http://www.germane-software.com/software/rexml/ COMMENT= Pure Ruby XML parser based on Java Electric XML +USE_RUBY_DIST_SUBDIR= yes + .include "../../lang/ruby/rubyversion.mk" .if ${RUBY_VER} == "16" diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index d786c663f5c..1c878d6ddee 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/06 17:19:07 taca Exp $ +# $NetBSD: Makefile,v 1.11 2005/10/25 04:15:49 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -13,6 +13,7 @@ COMMENT= RT to HTML (and hopefully LaTeX in future) table converter CONFLICTS+= ruby[1-9][0-9]-rttool-* VERSION= 0.1.8 +USE_RUBY_DIST_SUBDIR= yes USE_RUBY_SETUP= yes REPLACE_RUBY= bin/rt/rt2 lib/rt/rt2html-lib.rb \ lib/rt/rt2txt-lib.rb lib/rt/rtparser.rb \ |