diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-06 21:11:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-06 21:11:09 +0000 |
commit | e1e521b87eecd0ca45740f488591db857bc76472 (patch) | |
tree | 52daef969d98a295cfed654e7db25119e01274fe /mk/fetch | |
parent | cde92b0d9ac05fff735b93475fd5ef93e6c2ed9e (diff) | |
download | pkgsrc-e1e521b87eecd0ca45740f488591db857bc76472.tar.gz |
Update MASTER_SITE_FREEBSD and MASTER_SITE_FREEBSD_LOCAL as per
ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt and
ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/README.txt
respectively.
Diffstat (limited to 'mk/fetch')
-rw-r--r-- | mk/fetch/sites.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index db20409b296..a632f979f96 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.123 2015/03/06 20:58:47 tnn Exp $ +# $NetBSD: sites.mk,v 1.124 2015/03/06 21:11:09 tnn Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -301,12 +301,10 @@ MASTER_SITE_XORG+= \ ftp://mirror.switch.ch/mirror/X11/pub/individual/ MASTER_SITE_FREEBSD+= \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/distfiles/ + http://distcache.FreeBSD.org/ports-distfiles/ MASTER_SITE_FREEBSD_LOCAL+= \ - ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ \ - ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ + http://distcache.FreeBSD.org/local-distfiles/ MASTER_SITE_NETLIB+= \ http://netlib.org/ \ |