diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-04 10:53:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-04 10:53:17 +0000 |
commit | 71203d200213dd157a712a5ef581847599eb747b (patch) | |
tree | 29c61ede6df3ad991ce769bde00edcefd2f9003e /mk/fetch | |
parent | acb36a660893c063c4780a6da94d225c5a2643da (diff) | |
download | pkgsrc-71203d200213dd157a712a5ef581847599eb747b.tar.gz |
Remove two GNU ex-mirrors.
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/sites.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 60a58c8cbd5..72fc71a8425 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.21 2007/02/09 15:33:19 sketch Exp $ +# $NetBSD: sites.mk,v 1.22 2007/03/04 10:53:17 wiz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -21,11 +21,9 @@ MASTER_SITE_GNU+= \ ftp://ftp.dti.ad.jp/pub/GNU/ \ ftp://ftp.mirror.ac.uk/sites/ftp.gnu.org/gnu/ \ ftp://ftp.informatik.hu-berlin.de/pub/gnu/ \ - ftp://ftp.rediris.es/mirror/GNU/gnu/ \ ftp://ftp.lip6.fr/pub/gnu/ \ ftp://ftp.tuwien.ac.at/linux/gnu/gnusrc/ \ - ftp://ftp.chg.ru/pub/gnu/ \ - ftp://ftp.fi.muni.cz/pub/gnu/gnu/ + ftp://ftp.chg.ru/pub/gnu/ MASTER_SITE_GNUSTEP+= \ ftp://ftp.gnustep.org/pub/gnustep/ \ |