diff options
author | perry <perry@pkgsrc.org> | 2006-08-06 04:56:50 +0000 |
---|---|---|
committer | perry <perry@pkgsrc.org> | 2006-08-06 04:56:50 +0000 |
commit | 132c931981b06407b15dedbaf579e5ce6ba9bc70 (patch) | |
tree | 57988e698aff3b4cd959bfbce9fe5ca452199c69 /mk/fetch | |
parent | 8b106a28136d2d9b37e256097f9105d43f107b0b (diff) | |
download | pkgsrc-132c931981b06407b15dedbaf579e5ce6ba9bc70.tar.gz |
add an http: urls for gnome and gnu for the benefit of those with
broken ftp proxies
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/sites.mk | 4 |
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/ \ |