diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-02-21 02:13:12 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-02-21 02:13:12 +0000 |
commit | 0d969394ec78e69b57da5ea4949b30c7850ba316 (patch) | |
tree | 65bcb4590f87cc2147e84a4cf56d6837e4ecbb8b /Mk | |
parent | 74c13d98eb0dc41861c33f3657f8fa3aef083d81 (diff) | |
download | ports-0d969394ec78e69b57da5ea4949b30c7850ba316.tar.gz ports-0d969394ec78e69b57da5ea4949b30c7850ba316.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 29ee75682cc7..ce43fc1988ca 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -154,6 +154,7 @@ MASTER_SITE_DEBIAN+= \ MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ @@ -178,7 +179,10 @@ MASTER_SITE_DEBIAN_NON_US+= \ ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ - ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ + ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.snt.utwente.nl/pub/linux/debian-non-US/%SUBDIR%/ \ + ftp://ftp.df.lth.se/pub/debian-non-US/%SUBDIR%/ \ + ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) |