diff options
author | taca <taca@pkgsrc.org> | 2001-07-04 16:02:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-07-04 16:02:36 +0000 |
commit | f4cfc1f7b1f4871db739ab1cd64faea941c650d8 (patch) | |
tree | b881a1192ad3d5b6caf0af08bc31f6868e3d27d5 | |
parent | 96b1808f4975dc9d86a587a47beb493f8cb875f0 (diff) | |
download | pkgsrc-f4cfc1f7b1f4871db739ab1cd64faea941c650d8.tar.gz |
remove redundant USE_RUBY.
-rw-r--r-- | devel/ruby-unit/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-drb/Makefile | 3 | ||||
-rw-r--r-- | security/ruby-acl/Makefile | 3 | ||||
-rw-r--r-- | www/ruby-htmlsplit/Makefile | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index ddf0f031ffe..7f68cbf173c 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 16:53:42 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/04 16:02:36 taca Exp $ # FreeBSD: ports/devel/ruby-runit/Makefile,v 1.10 2001/01/19 09:41:15 knu Exp DISTNAME= rubyunit-0.3.9.03a @@ -11,7 +11,6 @@ HOMEPAGE= http://homepage1.nifty.com/markey/ruby/rubyunit/rubyunit_e.html COMMENT= Ruby implementation of eXtreme Programming DIST_SUBDIR= ruby -USE_RUBY= yes USE_RUBY_RD= yes REPLACE_RUBY= bin/c2t.rb bin/runtest.rb diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile index c1b778f6dfd..1373178112d 100644 --- a/net/ruby-drb/Makefile +++ b/net/ruby-drb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:25:06 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/04 16:02:36 taca Exp $ # FreeBSD: ports/net/ruby-drb/Makefile,v 1.8 2001/01/18 16:57:25 knu Exp DISTNAME= drb-1.3.2 @@ -15,7 +15,6 @@ DEPENDS+= ${RUBY_PKGNAMEPREFIX}acl>=1.0.1:../../security/ruby-acl DEPENDS+= ${RUBY_PKGNAMEPREFIX}mutexm>=1.0.1:../../devel/ruby-mutexm DIST_SUBDIR= ruby -USE_RUBY= yes USE_RUBY_RD= yes DOCS_EN= drb-ref.rd diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index ed2568337b6..4dc80768def 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 13:41:02 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/04 16:02:36 taca Exp $ # FreeBSD: ports/security/ruby-acl/Makefile,v 1.4 2000/12/26 04:13:28 knu Exp DISTNAME= acl-1.0.1 @@ -11,7 +11,6 @@ HOMEPAGE= http://www2a.biglobe.ne.jp/~seki/ruby/ COMMENT= Ruby module to provide Access Control List checks DIST_SUBDIR= ruby -USE_RUBY= yes USE_RUBY_RD= yes do-build: diff --git a/www/ruby-htmlsplit/Makefile b/www/ruby-htmlsplit/Makefile index 508af04b496..7001b494224 100644 --- a/www/ruby-htmlsplit/Makefile +++ b/www/ruby-htmlsplit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 14:15:55 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/04 16:02:36 taca Exp $ DISTNAME= htmlsplit102 PKGNAME= ${RUBY_PKGNAMEPREFIX}htmlsplit-1.0.2 @@ -12,7 +12,6 @@ COMMENT= Ruby HTML split/join library DIST_SUBDIR= ruby WRKSRC= ${WRKDIR} -USE_RUBY= yes USE_RUBY_RD= # defined NO_CONFIGURE= # defined |