Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/frontpage-ar/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 30 Dec 2001 22:08:03 -0000 1.5 +++ Makefile 3 Nov 2002 04:55:40 -0000 @@ -28,6 +28,7 @@ .include +USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 alpha NO_WRKSUBDIR= yes @@ -49,7 +50,7 @@ @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILE} ${EXTRACT_AFTER_ARGS}) .endfor .for _FP_LCID in ${FP_LCID} - @${PERL} -pi -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css + @${REINPLACE_CMD} -e 's:IMAGESDIR:../images/:g' ${FP_DIR}/admin/${_FP_LCID}/webadmin.css @if [ ! -f ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ]; then \ ${CP} ${FP_DIR}/help/${_FP_LCID}/wsgIndex.htm ${FP_DIR}/help/${_FP_LCID}/wsgindex.htm ; \ fi