summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorperry <perry>2006-08-06 04:56:50 +0000
committerperry <perry>2006-08-06 04:56:50 +0000
commit190a90392aa00a2e3dfdbf5360c49a2b5b925905 (patch)
tree57988e698aff3b4cd959bfbce9fe5ca452199c69 /mk
parent9dfac6b870a2d8fb743d9036fa853ce032c5dab4 (diff)
downloadpkgsrc-190a90392aa00a2e3dfdbf5360c49a2b5b925905.tar.gz
add an http: urls for gnome and gnu for the benefit of those with
broken ftp proxies
Diffstat (limited to 'mk')
-rw-r--r--mk/fetch/sites.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk
index 1c6b71829a6..2d0795b34d7 100644
--- a/mk/fetch/sites.mk
+++ b/mk/fetch/sites.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.7 2006/08/02 15:31:02 tron Exp $
+# $NetBSD: sites.mk,v 1.8 2006/08/06 04:56:50 perry Exp $
#
# This Makefile fragment defines read-only MASTER_SITE_* variables
# representing some well-known master distribution sites for software.
@@ -15,6 +15,7 @@ MASTER_SITE_XCONTRIB+= \
ftp://ftp.x.org/contrib/
MASTER_SITE_GNU+= \
+ http://ftp.gnu.org/pub/gnu/ \
ftp://ftp.gnu.org/pub/gnu/ \
ftp://ftp.funet.fi/pub/gnu/prep/ \
ftp://ftp.wustl.edu/mirrors/gnu/ \
@@ -79,6 +80,7 @@ MASTER_SITE_SUNSITE+= \
ftp://ftp.tuwien.ac.at/pub/linux/ibiblio/
MASTER_SITE_GNOME+= \
+ http://ftp.gnome.org/pub/GNOME/ \
ftp://ftp.gnome.org/pub/GNOME/ \
ftp://ftp.sunet.se/pub/X11/GNOME/ \
ftp://ftp.tuwien.ac.at/hci/GNOME/ \