summaryrefslogtreecommitdiffstats
path: root/x11-themes
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-21 03:40:54 +0000
committertrevor <trevor@FreeBSD.org>2003-11-21 03:40:54 +0000
commit798926af39db467b2da19359d606d309528d19a6 (patch)
tree6c5d885bdae233e0f85a8e6d4498e0330c6d6399 /x11-themes
parent2421d6e057a3a67ce3e93e1e1470c212ba9100da (diff)
downloadFreeBSD-ports-798926af39db467b2da19359d606d309528d19a6.zip
FreeBSD-ports-798926af39db467b2da19359d606d309528d19a6.tar.gz
Use REINPLACE_CMD instead of Perl.
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/sapphire-themes/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-themes/sapphire-themes/Makefile b/x11-themes/sapphire-themes/Makefile
index 9a014c8..fd84247 100644
--- a/x11-themes/sapphire-themes/Makefile
+++ b/x11-themes/sapphire-themes/Makefile
@@ -19,17 +19,18 @@ RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \
xloadimage:${PORTSDIR}/x11/xloadimage \
sapphire:${PORTSDIR}/x11-wm/sapphire
-USE_PERL5_BUILD=yes
+REINPLACE_ARGS= -i '' -E
+USE_REINPLACE= yes
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-patch:
- ${PERL} -pi -e 's:~/\.:${X11BASE}/share/:g' \
+ ${REINPLACE_CMD} 's:~/\.:${X11BASE}/share/:g' \
${WRKDIR}/menu/default \
${WRKDIR}/themes/*.theme
- ${PERL} -pi -e 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme
+ ${REINPLACE_CMD} 's:-15-:-12-:g' ${WRKDIR}/themes/*.theme
do-install:
${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
OpenPOWER on IntegriCloud