From 9d8843348db510843e56a713dcb05119f012b149 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 15 Nov 2004 21:05:18 +0000 Subject: - In fetchindex target: Fetch bzip2 compressed copy of INDEX and decompress locally. This should cut down both time and bandwidth. Approved by: kris (portmgr hat) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b9ac02bcc7ea..534b99a04731 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ index: @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} fetchindex: - @cd ${.CURDIR} && fetch -am http://www.FreeBSD.org/ports/${INDEXFILE} && chmod a+r ${INDEXFILE} + @cd ${.CURDIR} && fetch -am http://www.FreeBSD.org/ports/${INDEXFILE}.bz2 && bunzip2 -f ${INDEXFILE}.bz2 && chmod a+r ${INDEXFILE} INDEX_JOBS?= 2 -- cgit v1.2.3