svn commit: r329675 - in head: . Tools

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 7 10:30:31 UTC 2013


Author: bapt
Date: Mon Oct  7 10:30:31 2013
New Revision: 329675
URL: http://svnweb.freebsd.org/changeset/ports/329675

Log:
  Use the portsnap version of make_index instead of the perl version.
  
  Submitted by:	ak

Deleted:
  head/Tools/make_index
Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Mon Oct  7 10:16:07 2013	(r329674)
+++ head/Makefile	Mon Oct  7 10:30:31 2013	(r329675)
@@ -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; \


More information about the svn-ports-all mailing list