aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 10:30:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 10:30:31 +0000
commit66b8ac085d4b0828814684e443cb8ec4c9b786e2 (patch)
tree92dc6c01aa644df5861e94b4209ea224f2feded1 /Makefile
parentad2a1414118db3cb8f1e48b6062b71a1d62403c0 (diff)
downloadports-66b8ac085d4b0828814684e443cb8ec4c9b786e2.tar.gz
ports-66b8ac085d4b0828814684e443cb8ec4c9b786e2.zip
Use the portsnap version of make_index instead of the perl version.
Submitted by: ak
Notes
Notes: svn path=/head/; revision=329675
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e96ccfb52f87..696c9625dc34 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ ${INDEXDIR}/${INDEXFILE}:
echo; \
fi; \
exit 1); \
- cat $${tmpdir}/${INDEXFILE}.desc.* | (cd ${.CURDIR} ; perl ${.CURDIR}/Tools/make_index) | \
+ cat $${tmpdir}/${INDEXFILE}.desc.* | (cd ${.CURDIR} ; /usr/libexec/make_index /dev/stdin) | \
sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./..g' | \
sort -t '|' +1 -2 | \
sed -e 's../.g' > ${INDEXDIR}/${INDEXFILE}.tmp; \