diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-06 20:52:17 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-09-06 20:52:17 +0000 |
commit | 133afad5c9b55eed15ddced89f1a58abc0b411a0 (patch) | |
tree | 5a79764896fc58370bbc156ed0ddfdf600ae5d2a /Mk | |
parent | Remove the RingServer list in comment. One should always check the (diff) |
Add MASTER_SITE_SOURCEFORGE_JP.
Notes
Notes:
svn path=/head/; revision=88648
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 4caa42cf53da..68ba4c70a851 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -592,6 +592,11 @@ MASTER_SITE_SOURCEFORGE+= \ ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ +MASTER_SITE_SOURCEFORGE_JP+= \ + http://osdn.dl.sourceforge.jp/%SUBDIR%/ \ + http://kyushu-u.dl.sourceforge.jp/%SUBDIR%/ \ + http://keihanna.dl.sourceforge.jp/%SUBDIR%/ + MASTER_SITE_SOURCEWARE+= \ http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/%SUBDIR%/ \ |