summaryrefslogtreecommitdiff
path: root/mk/fetch/sites.mk
diff options
context:
space:
mode:
authorobache <obache>2013-03-14 12:57:42 +0000
committerobache <obache>2013-03-14 12:57:42 +0000
commit83539756f28147102156677b8ceba80d0a8f4305 (patch)
tree96c4ec2751ac184d5172c2fe4d5c68ba99325c54 /mk/fetch/sites.mk
parentb695f65f41f409898c73da6b963960e41511640d (diff)
downloadpkgsrc-83539756f28147102156677b8ceba80d0a8f4305.tar.gz
Move definition of rubygems sites so that it is usable with packages
not using gem as installation but as archive.
Diffstat (limited to 'mk/fetch/sites.mk')
-rw-r--r--mk/fetch/sites.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index b4ba24e44f6..0d8e5a4caad 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.96 2013/01/20 09:37:19 ryoon Exp $
+# $NetBSD: sites.mk,v 1.97 2013/03/14 12:57:42 obache Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -393,6 +393,10 @@ MASTER_SITE_NETLIB+= \
http://www.netlib.no/netlib/ \
http://www.mirrorservice.org/sites/netlib.bell-labs.com/netlib/
+MASTER_SITE_RUBYGEMS+= \
+ http://rubygems.org/gems/ \
+ http://gems.rubyforge.org/gems/
+
# The primary backup site.
MASTER_SITE_BACKUP?= \
ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \