diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-30 14:17:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-30 14:17:19 +0000 |
commit | 0c5faabedb9fd0ae4a46e79a4223accd4dad9aa3 (patch) | |
tree | 792d0f874234d40f56974369ebd9e2c4796d71ac /lang | |
parent | 611975a1e2be90535ba3a9b13dd59a0c7f4efc24 (diff) |
- Add more MASTER_SITES
PR: ports/92545
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=154814
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 |