View | Details | Raw Unified | Return to bug 89363
Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 71-79 Link Here
71
	@cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE}
71
	@cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE}
72
72
73
fetchindex:
73
fetchindex:
74
	@cd ${.CURDIR} && ${FETCHINDEX} ${MASTER_SITE_INDEX}/${INDEXFILE}.bz2 && bunzip2 -f ${INDEXFILE}.bz2 && chmod a+r ${INDEXFILE}
74
	@cd ${.CURDIR} && ${SETENV} ${FETCH_ENV} ${FETCHINDEX} ${MASTER_SITE_INDEX}/${INDEXFILE}.bz2 && bunzip2 -f ${INDEXFILE}.bz2 && chmod a+r ${INDEXFILE}
75
75
76
MASTER_SITE_INDEX?=	http://www.FreeBSD.org/ports/
76
MASTER_SITE_INDEX?=	http://www.FreeBSD.org/ports/
77
SETENV?=	/usr/bin/env
77
FETCHINDEX?=	fetch -am
78
FETCHINDEX?=	fetch -am
78
INDEX_JOBS?=	2
79
INDEX_JOBS?=	2

Return to bug 89363