diff options
author | delphij <delphij@FreeBSD.org> | 2005-08-02 15:26:30 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-08-02 15:26:30 +0800 |
commit | 33432695a49f07e39549fb9296a1070c2106f331 (patch) | |
tree | b00f9e327d641b594a807ca86de5530d249b8858 /Mk/bsd.sites.mk | |
parent | 5e4366c5df0a0fbc33e09b86dff3fe6d737d737d (diff) | |
download | freebsd-ports-gnome-33432695a49f07e39549fb9296a1070c2106f331.tar.gz freebsd-ports-gnome-33432695a49f07e39549fb9296a1070c2106f331.tar.zst freebsd-ports-gnome-33432695a49f07e39549fb9296a1070c2106f331.zip |
Add the site maintained by the FreeBSD Simplified Chinese Project (also
known as FreeBSDChina.org), to improve the user experience of local
distfile downloads from the mainland China.
Approved by: portmgr (linimon), clive
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7334dcade63c..9cfaa4fb949b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -23,7 +23,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.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ + ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ # ftp://ftp.nectec.or.th/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ MASTER_SITE_PORTS_JP+= \ |