diff options
author | spz <spz@pkgsrc.org> | 2011-04-22 09:03:52 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2011-04-22 09:03:52 +0000 |
commit | 6ae1a0a4dbc0d247b259189a7524eb13a27f24ef (patch) | |
tree | 8c48f3b766f9ce9c92380fc153274db15d1425c2 /mk/fetch/sites.mk | |
parent | 1ba2cd26edee6ff4144e6f2b65d924aa7b894aa1 (diff) | |
download | pkgsrc-6ae1a0a4dbc0d247b259189a7524eb13a27f24ef.tar.gz |
fix up paths on ftp.NetBSD.org:
- reading through the null mounts is deprecated
- writing through the null mounts is not allowed (not possible)
Diffstat (limited to 'mk/fetch/sites.mk')
-rw-r--r-- | mk/fetch/sites.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 0896bcecb48..783a74c2747 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.83 2011/03/29 12:49:05 zafer Exp $ +# $NetBSD: sites.mk,v 1.84 2011/04/22 09:03:53 spz Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -462,6 +462,6 @@ MASTER_SITE_NETLIB+= \ # The primary backup site. MASTER_SITE_BACKUP?= \ ftp://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \ - ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \ - http://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \ + ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ + http://ftp.NetBSD.org/pub/pkgsrc/distfiles/ \ ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/ |