From 9cf5900d15a4424a323399bfd47ed3c21c9d8bff Mon Sep 17 00:00:00 2001 From: pav 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 b9ac02b..534b99a 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.1