diff options
author | knu <knu@FreeBSD.org> | 2000-09-10 15:57:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-10 15:57:05 +0800 |
commit | 23227675e8f22537583dc06d2ab2bbba6eb4a188 (patch) | |
tree | d55a9bf4c25f57f46908ad1a73ebc0dace4ced80 /lang | |
parent | 450971d0e6393d9f087275e3efd6fa4c7fb332a6 (diff) | |
download | freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.tar.gz freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.tar.zst freebsd-ports-gnome-23227675e8f22537583dc06d2ab2bbba6eb4a188.zip |
Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-python/Makefile | 2 |
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 |