diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 11:38:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-08 11:38:07 +0000 |
commit | a19d80a756d7e37428e7a07dbb280d66e85bf86e (patch) | |
tree | 4fb96995b25883f993207b7a433e73529d3ddbcc /devel/ruby-setup.rb | |
parent | Update MASTER_SITES, WWW and the author email. (diff) |
Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, now
that bsd.ruby.mk adds a backup site to MASTER_SITE_BACKUP.
Diffstat (limited to 'devel/ruby-setup.rb')
-rw-r--r-- | devel/ruby-setup.rb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-setup.rb/Makefile b/devel/ruby-setup.rb/Makefile index be96c5e2ef83..fc4b62227309 100644 --- a/devel/ruby-setup.rb/Makefile +++ b/devel/ruby-setup.rb/Makefile @@ -9,8 +9,7 @@ PORTNAME= setup.rb PORTVERSION= 3.1.2 PORTREVISION= 1 CATEGORIES= devel ruby -MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ \ - http://www.ruby-lang.org/~knu/backup/ +MASTER_SITES= http://www.loveruby.net/archive/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME:R} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:R}-${PORTVERSION} |