mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add two missing dollars.
This commit is contained in:
parent
8caa6cdb11
commit
f7a9deb9a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185963
4
Makefile
4
Makefile
@ -72,11 +72,11 @@ index:
|
||||
@rm -f ${INDEXDIR}/${INDEXFILE}
|
||||
@cd ${.CURDIR} && make ${INDEXDIR}/${INDEXFILE}
|
||||
|
||||
fetchindex: ${INDEXDIR}/{INDEXFILE}.bz2
|
||||
fetchindex: ${INDEXDIR}/${INDEXFILE}.bz2
|
||||
@bunzip2 < ${INDEXDIR}/${INDEXFILE}.bz2 > ${INDEXDIR}/${INDEXFILE} && \
|
||||
chmod a+r ${INDEXDIR}/${INDEXFILE}
|
||||
|
||||
${INDEXDIR}/{INDEXFILE}.bz2: .PHONY
|
||||
${INDEXDIR}/${INDEXFILE}.bz2: .PHONY
|
||||
@${FETCHINDEX} ${INDEXDIR}/${INDEXFILE}.bz2 ${MASTER_SITE_INDEX}${INDEXFILE}.bz2
|
||||
|
||||
MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/
|
||||
|
Loading…
Reference in New Issue
Block a user