diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-01-06 15:04:01 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-01-06 15:04:01 +0000 |
commit | 7c549813586049f729f50fff7079401da6f9ccbe (patch) | |
tree | a58abc50893ed6d902ce23a876710260efcde8d4 /Mk/bsd.sites.mk | |
parent | 02645145f6a28a3d163ee5b74729bc34fb7976b7 (diff) | |
download | ports-7c549813586049f729f50fff7079401da6f9ccbe.tar.gz ports-7c549813586049f729f50fff7079401da6f9ccbe.zip |
Add http mirrors for LOCAL and ISC
PR: ports/174427
Submitted by: 4721
Reviewed by: simon
Notes
Notes:
svn path=/head/; revision=309991
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index b1064ab9a2f5..7a558ea50773 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -26,6 +26,7 @@ # Where to put distfiles that don't have any other master site .if !defined(IGNORE_MASTER_SITE_LOCAL) MASTER_SITE_LOCAL+= \ + http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ @@ -631,6 +632,7 @@ MASTER_SITE_IDSOFTWARE+= \ .if !defined(IGNORE_MASTER_SITE_ISC) MASTER_SITE_ISC+= \ + http://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.isc.org/isc/%SUBDIR%/ \ ftp://ftp.ciril.fr/pub/isc/%SUBDIR%/ \ ftp://ftp.freenet.de/pub/ftp.isc.org/isc/%SUBDIR%/ \ |