diff options
author | taca <taca@pkgsrc.org> | 2001-06-30 15:04:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-06-30 15:04:25 +0000 |
commit | 81119336b9a201113691b405926ee14076498989 (patch) | |
tree | 951e71c1384e2a135340562315fef23a61115feb /lang/ruby-base | |
parent | f750a5c6a358a6f3dc9afae6e3ad5bb7ad933ec5 (diff) | |
download | pkgsrc-81119336b9a201113691b405926ee14076498989.tar.gz |
Update MASTER_SITE_RUBY. Use ruby-lang.org instead of netlab.co.jp.
Diffstat (limited to 'lang/ruby-base')
-rw-r--r-- | lang/ruby-base/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby-base/Makefile.common b/lang/ruby-base/Makefile.common index 0d60328da0c..a0323d76a53 100644 --- a/lang/ruby-base/Makefile.common +++ b/lang/ruby-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2001/06/30 08:07:10 taca Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/06/30 15:04:25 taca Exp $ # FreeBSD: ports/Mk/bsd.ruby.mk,v 1.11 2000/11/16 17:59:40 knu Exp # Makefile.common: ruby common makefile, based on FreeBSD's bsd.ruby.mk. @@ -242,6 +242,7 @@ BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}base>=${RUBY_REQD}:../../lang/ruby${RUBY_S .endif MASTER_SITE_RUBY?= \ + ftp://ftp.ruby-lang.org/pub/ruby/${RUBY_VER}/ \ ftp://ftp.zetabits.com/pub/lang/ruby/${RUBY_VER}/ \ ftp://ftp.fu-berlin.de/unix/languages/ruby/${RUBY_VER}/ \ ftp://ftp.chg.ru/pub/lang/ruby/${RUBY_VER}/ \ |