diff options
author | crees <crees@FreeBSD.org> | 2013-01-06 23:04:01 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-01-06 23:04:01 +0800 |
commit | db4886e85e4cfa7743b692cf30683afc73556030 (patch) | |
tree | a58abc50893ed6d902ce23a876710260efcde8d4 /Mk/bsd.sites.mk | |
parent | 9bbb3555f4b1e7ec02d0388b32b490e10328952a (diff) | |
download | freebsd-ports-graphics-db4886e85e4cfa7743b692cf30683afc73556030.tar.gz freebsd-ports-graphics-db4886e85e4cfa7743b692cf30683afc73556030.tar.zst freebsd-ports-graphics-db4886e85e4cfa7743b692cf30683afc73556030.zip |
Add http mirrors for LOCAL and ISC
PR: ports/174427
Submitted by: 4721
Reviewed by: simon
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 b1064ab9a2f..7a558ea5077 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%/ \ |