rubygems.org returns invalid Location header (no scheme and hostname) for
redirect, then speficy the redirected one here instead.
This commit is contained in:
parent
0d940cdb8d
commit
5a78bc4634
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue