summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-01-13 12:09:04 +0000
committerobache <obache@pkgsrc.org>2011-01-13 12:09:04 +0000
commit6c8846f834e284649c07ce57350672d350230a1b (patch)
tree17cae418dbfb962b360aca925f392dc73559482e /lang
parentefa432b586f2598c7ec710f37e58f897d0e059c4 (diff)
downloadpkgsrc-6c8846f834e284649c07ce57350672d350230a1b.tar.gz
rubygems.org returns invalid Location header (no scheme and hostname) for
redirect, then speficy the redirected one here instead.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/gem.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk
index 2a0271dbd93..3e21b6aec5b 100644
--- a/lang/ruby/gem.mk
+++ b/lang/ruby/gem.mk
@@ -1,4 +1,4 @@
-# $NetBSD: gem.mk,v 1.2 2010/11/10 10:57:41 obache Exp $
+# $NetBSD: gem.mk,v 1.3 2011/01/13 12:09:04 obache Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install Ruby gems.
@@ -86,7 +86,7 @@ _RUBYGEM_UNPACK_OPTION= ${RUBYGEM_INSTALL_ROOT_OPTION}
.endif
CATEGORIES+= ruby
-MASTER_SITES?= http://rubygems.org/downloads/ http://gems.rubyforge.org/gems/
+MASTER_SITES?= http://rubygems.org/gems/ http://gems.rubyforge.org/gems/
EXTRACT_SUFX?= .gem
DISTFILES?= ${DISTNAME}${EXTRACT_SUFX}