summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-12-04 18:03:35 +0000
committerkris <kris@FreeBSD.org>2002-12-04 18:03:35 +0000
commit86fb4047923f66618b7a7e67160abd13d87bfc8b (patch)
tree930a84b0c5f2a31db6d4a82c06a129a15e388da1 /Makefile
parent493a0ae0106b06c867c7089f57464521c5313930 (diff)
downloadFreeBSD-ports-86fb4047923f66618b7a7e67160abd13d87bfc8b.zip
FreeBSD-ports-86fb4047923f66618b7a7e67160abd13d87bfc8b.tar.gz
I committed from the wrong tree, and the patch had a missing
INDEX -> ${INDEXFILE} conversion.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4216822..de7fbc7 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ ${.CURDIR}/${INDEXFILE}:
@sed -e 's./..g' ${.CURDIR}/${INDEXFILE} | \
sort -t '|' +1 -2 | \
sed -e 's../.g' > ${.CURDIR}/${INDEXFILE}.tmp; \
- mv -f ${.CURDIR}/INDEX.tmp ${.CURDIR}/${INDEXFILE}
+ mv -f ${.CURDIR}/${INDEXFILE}.tmp ${.CURDIR}/${INDEXFILE}
.endif
@echo " Done."
OpenPOWER on IntegriCloud