diff options
author | kris <kris@FreeBSD.org> | 2002-12-04 18:03:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-04 18:03:35 +0000 |
commit | 86fb4047923f66618b7a7e67160abd13d87bfc8b (patch) | |
tree | 930a84b0c5f2a31db6d4a82c06a129a15e388da1 /Makefile | |
parent | 493a0ae0106b06c867c7089f57464521c5313930 (diff) | |
download | FreeBSD-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |