diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-24 23:28:46 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-02-24 23:28:46 +0800 |
commit | 43466d8480e3f71d25cfabc874eed3591f0eaaab (patch) | |
tree | 64f671459f7b5fffa29c5f1ec82deb14d34f3cb0 /Mk/bsd.sites.mk | |
parent | 453bf22fbca12639ce8c265a2c473ee5bdaee4f1 (diff) | |
download | freebsd-ports-gnome-43466d8480e3f71d25cfabc874eed3591f0eaaab.tar.gz freebsd-ports-gnome-43466d8480e3f71d25cfabc874eed3591f0eaaab.tar.zst freebsd-ports-gnome-43466d8480e3f71d25cfabc874eed3591f0eaaab.zip |
- Add another volunteered Debian mirror
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 ce43fc1988ca..6a0b3e45d689 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -182,7 +182,8 @@ MASTER_SITE_DEBIAN_NON_US+= \ 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%/ + ftp://ftp.acc.umu.se/debian-non-US/%SUBDIR%/ \ + ftp://mirror.symnds.com/debian-non-US/%SUBDIR%/ .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN_POOL) |