summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-10 07:57:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-10 07:57:05 +0000
commitc67d2ab9506c91c2355ef522cc678434fa7afd66 (patch)
tree457c2dd676f75fe446d194f2bdfb61982b11e454
parentUpdate md5. (diff)
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
Notes
Notes: svn path=/head/; revision=32481
-rw-r--r--archivers/ruby-zlib/Makefile2
-rw-r--r--lang/ruby-python/Makefile2
-rw-r--r--security/ruby-tcpwrap/Makefile4
-rw-r--r--x11-toolkits/ruby-qt/Makefile2
-rw-r--r--x11-toolkits/ruby-qt2/Makefile2
-rw-r--r--x11/ruby-kde/Makefile2
6 files changed, 7 insertions, 7 deletions
diff --git a/archivers/ruby-zlib/Makefile b/archivers/ruby-zlib/Makefile
index 7f059c513aeb..a7023aafa42a 100644
--- a/archivers/ruby-zlib/Makefile
+++ b/archivers/ruby-zlib/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3.1
CATEGORIES= archivers ruby
MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile
index fe38d9675df5..7c8b1fe88af4 100644
--- a/lang/ruby-python/Makefile
+++ b/lang/ruby-python/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.3.2
CATEGORIES= lang ruby python
MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile
index 4023f21b6d56..8d9c193c2248 100644
--- a/security/ruby-tcpwrap/Makefile
+++ b/security/ruby-tcpwrap/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.1
CATEGORIES= security ruby
MASTER_SITES= http://www.ruby-lang.org/~shugo/ruby-tcpwrap/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -23,7 +23,7 @@ LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
+WRKSRC= ${WRKDIR}/ruby-${PORTNAME}
CONFIGURE_ARGS= --with-ident-dir="${LOCALBASE}"
.if !exists(/usr/include/tcpd.h)
CONFIGURE_ARGS+= --with-libwrap-dir="/usr"
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile
index 10f74028a929..22e2056580a3 100644
--- a/x11-toolkits/ruby-qt/Makefile
+++ b/x11-toolkits/ruby-qt/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.12
CATEGORIES= x11-toolkits ruby
MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile
index 10f74028a929..22e2056580a3 100644
--- a/x11-toolkits/ruby-qt2/Makefile
+++ b/x11-toolkits/ruby-qt2/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.12
CATEGORIES= x11-toolkits ruby
MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/x11/ruby-kde/Makefile b/x11/ruby-kde/Makefile
index 60901e7a9676..46b37cf2f9d9 100644
--- a/x11/ruby-kde/Makefile
+++ b/x11/ruby-kde/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.12
CATEGORIES= x11 kde ruby
MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org