mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00: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:
@@ -86,7 +86,7 @@ ${INDEXDIR}/${INDEXFILE}.${INDEX_COMPRESSION_FORMAT}: .PHONY
|
||||
${FETCHINDEX} ${INDEXDIR}/${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
|
||||
FETCHINDEX?= ${SETENV} ${FETCH_ENV} fetch -am -o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user