diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 21:05:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-15 21:05:18 +0000 |
commit | 9d8843348db510843e56a713dcb05119f012b149 (patch) | |
tree | 31c0cda56d4adf57a9552f43069f4ebf4039a3e6 /Makefile | |
parent | f758ddcecd2ae8d15ed6303c2c0274aa8ef13d44 (diff) | |
download | ports-9d8843348db510843e56a713dcb05119f012b149.tar.gz ports-9d8843348db510843e56a713dcb05119f012b149.zip |
Notes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |