diff options
author | garga <garga@FreeBSD.org> | 2006-01-30 22:17:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-01-30 22:17:19 +0800 |
commit | 975a86ca90d62041cb360855f6496539c79af533 (patch) | |
tree | 7ec6212b084aec34206cc80c30388cc61938459b /lang | |
parent | e951329620f529b94997edfaef273e3f977f16a8 (diff) | |
download | freebsd-ports-gnome-975a86ca90d62041cb360855f6496539c79af533.tar.gz freebsd-ports-gnome-975a86ca90d62041cb360855f6496539c79af533.tar.zst freebsd-ports-gnome-975a86ca90d62041cb360855f6496539c79af533.zip |
- Add more MASTER_SITES
PR: ports/92545
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-reference/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby-reference/Makefile b/lang/ruby-reference/Makefile index 1db976b457a8..ad8f4a06f5a6 100644 --- a/lang/ruby-reference/Makefile +++ b/lang/ruby-reference/Makefile @@ -9,7 +9,8 @@ PORTNAME= ruby-reference PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= lang ruby -MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ruby/ +MASTER_SITES= http://cvsup.theplanet.com/distfiles/ruby/ \ + ftp://ftp.iDaemons.org/pub/distfiles/ruby/ DISTNAME= rubyref_html_${PORTVERSION} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby |