summaryrefslogtreecommitdiff
path: root/lang/ruby-python
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 /lang/ruby-python
parentUpdate md5. (diff)
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
Notes
Notes: svn path=/head/; revision=32481
Diffstat (limited to 'lang/ruby-python')
-rw-r--r--lang/ruby-python/Makefile2
1 files changed, 1 insertions, 1 deletions
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