diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-01-22 05:12:48 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-01-22 05:12:48 +0000 |
commit | df0837eecb0f7a33e067f400f6108c360434ec5b (patch) | |
tree | ed9269f3e02dc18332b3eb51546cfa543dc3f112 /Mk | |
parent | f708dd4383b03380772efb6c2378bf4feebba80e (diff) | |
download | ports-df0837eecb0f7a33e067f400f6108c360434ec5b.tar.gz ports-df0837eecb0f7a33e067f400f6108c360434ec5b.zip |
ftp.cn.freebsd.org is temporarily missing the local distfiles, so comment
them out while the admins (who are aware of the issue) solve the problem.
Notes
Notes:
svn path=/head/; revision=154131
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bc1934f8ba0a..8ddb5a854c64 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -31,8 +31,8 @@ MASTER_SITE_LOCAL+= \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ - ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ + ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ +# ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \ |