aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-02-20 18:58:18 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-02-20 18:58:18 +0000
commitd7808d64f1497ee601f09c87b847551539330080 (patch)
tree56fc0e79968bad7ed441a1dbf994322a76d1c26f /x11-toolkits
parent848137ea3b401c1ce06df72eeda41c087d4d91f8 (diff)
downloadports-d7808d64f1497ee601f09c87b847551539330080.tar.gz
ports-d7808d64f1497ee601f09c87b847551539330080.zip
x11-toolkits/p5-Alien-wxWidgets: remove extraneous escapes
post-patch phase of this port uses sed to replace 'wx-config with '${WX_CONFIG:T}. Previously it escaped the ', but this is not necessary in this context. Remove the extraneous escape so that it doesn't get passed through to sed(1) as an escape of an ordinary character. This is important as the patch in bug #229925 will make such escapes an error to ease transition into a world where some escaped-ordinaries will be granted a special meaning. PR: 240450 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) MFH: 2020Q1 (future build fix) Differential Revision: https://reviews.freebsd.org/D23702
Notes
Notes: svn path=/head/; revision=526580
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Alien-wxWidgets/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile
index 4e4cb809957c..51245f0784d3 100644
--- a/x11-toolkits/p5-Alien-wxWidgets/Makefile
+++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --wxWidgets-build=0 --wxWidgets-unicode=1
post-patch:
@${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL
- @${REINPLACE_CMD} -e "s/\'wx-config/\'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \
+ @${REINPLACE_CMD} -e "s/'wx-config/'${WX_CONFIG:T}/" -e "s/lc_r/lpthread/" \
${WRKSRC}/inc/My/Build/Any_wx_config.pm
post-install: