diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-amstd/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-racc/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-setup.rb/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-strscan/Makefile | 3 | ||||
-rw-r--r-- | devel/ruby-textbuf/Makefile | 4 |
5 files changed, 10 insertions, 6 deletions
diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile index 75dbd83e76d9..c407e6e3fb3d 100644 --- a/devel/ruby-amstd/Makefile +++ b/devel/ruby-amstd/Makefile @@ -8,7 +8,8 @@ PORTNAME= amstd PORTVERSION= 1.10.0 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/ +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index d49f6eda8bac..c2f3f96ead20 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -8,7 +8,8 @@ PORTNAME= racc PORTVERSION= 1.4.1 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/ +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}-all DIST_SUBDIR= ruby diff --git a/devel/ruby-setup.rb/Makefile b/devel/ruby-setup.rb/Makefile index aa0c13ae8cbb..be3f67a69969 100644 --- a/devel/ruby-setup.rb/Makefile +++ b/devel/ruby-setup.rb/Makefile @@ -8,7 +8,8 @@ PORTNAME= setup.rb PORTVERSION= 2.2.1 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/ +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME:R} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:R}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index b1756b13952a..e894922d80a4 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -8,7 +8,8 @@ PORTNAME= strscan PORTVERSION= 0.6.5 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/ +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index 82b0179defb1..a704ae6395c5 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -9,8 +9,8 @@ PORTNAME= textbuf PORTVERSION= 0.3.8 PORTREVISION= 1 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/ -MASTER_SITE_SUBDIR= knu +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby |