mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Change MASTER_SITE_INDEX to our distributed mirror
This would relax the load of www.freebsd.org and let user fetch INDEX from a closer mirror. Approved by: bapt (portmgr) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33871
This commit is contained in:
parent
f4204ddb16
commit
cf13a62abc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -86,7 +86,7 @@ ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}: .PHONY
|
||||||
${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} \
|
${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT} \
|
||||||
${MASTER_SITE_INDEX}${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
|
${MASTER_SITE_INDEX}${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}
|
||||||
|
|
||||||
MASTER_SITE_INDEX?= https://www.FreeBSD.org/ports/
|
MASTER_SITE_INDEX?= https://download.FreeBSD.org/ports/index/
|
||||||
SETENV?= /usr/bin/env
|
SETENV?= /usr/bin/env
|
||||||
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
|
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue