diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-05-23 20:48:20 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-05-23 20:48:20 +0000 |
commit | 7a033d590960c061bcd64773a685a9e2da5630c3 (patch) | |
tree | bbf3cab58cd5f94d85cc59cfcc4caa7bfef03ca7 /Mk/bsd.port.mk | |
parent | c17a40b1a9509566825ee27659593576bccc37e7 (diff) | |
download | ports-7a033d590960c061bcd64773a685a9e2da5630c3.tar.gz ports-7a033d590960c061bcd64773a685a9e2da5630c3.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f743555bd015..34279b8b1e5d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -144,7 +144,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - Backup location(s) for distribution files and patch # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} # Default: -# http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ +# http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE # - If set, override the MASTER_SITES setting with this # value. @@ -2555,7 +2555,7 @@ PATCH_SITES_TMP= # The primary backup site. MASTER_SITE_BACKUP?= \ - http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ + http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository |