diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-03 16:03:06 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-03 16:03:06 +0800 |
commit | b9556b7a02686bfcc770812a4ff68d7d2188229f (patch) | |
tree | 8ec1a2fe5c34c26a2f0c235066927be898b35269 /www/frontpage-ar | |
parent | 0e22ad885e64682ab0a0de6e5f61ae42a9a1160b (diff) | |
download | freebsd-ports-graphics-b9556b7a02686bfcc770812a4ff68d7d2188229f.tar.gz freebsd-ports-graphics-b9556b7a02686bfcc770812a4ff68d7d2188229f.tar.zst freebsd-ports-graphics-b9556b7a02686bfcc770812a4ff68d7d2188229f.zip |
use REINPLACE_CMD/USE_REINPLACE
PR: 44845
Submitted by: maintainer
Diffstat (limited to 'www/frontpage-ar')
-rw-r--r-- | www/frontpage-ar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile index f1e69a68332..dc65f3f04ee 100644 --- a/www/frontpage-ar/Makefile +++ b/www/frontpage-ar/Makefile @@ -28,6 +28,7 @@ DISTFILES+= fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z .include <bsd.port.pre.mk> +USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 alpha NO_WRKSUBDIR= yes @@ -49,7 +50,7 @@ do-install: @(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 |