Index: scripts/makeindex =================================================================== RCS file: /home/ncvs/ports/Tools/portbuild/scripts/makeindex,v retrieving revision 1.25 diff -u -r1.25 makeindex --- scripts/makeindex 11 Mar 2008 17:05:55 -0000 1.25 +++ scripts/makeindex 11 Apr 2008 09:40:56 -0000 @@ -70,12 +70,11 @@ # Don't pick up installed packages from the host export LOCALBASE=/nonexistentlocal -export X11BASE=/nonexistentx cd ${PORTSDIR} make index # remove extra spaces in dependency list -- this causes problems # Also transform the dummy paths to their canonical locations -sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e "s,${LOCALBASE},/usr/local," -e "s,${X11BASE},/usr/X11R6," ${INDEXFILE} > ${INDEXFILE}.tmp +sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e "s,${LOCALBASE},/usr/local," ${INDEXFILE} > ${INDEXFILE}.tmp mv -f ${INDEXFILE}.tmp ${INDEXFILE}