aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-02-20 19:06:39 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-02-20 19:06:39 +0000
commit4390f2f8c9d2c4fa2abca67ac2c0034a818fb036 (patch)
tree93e5aa135afd9adfa8dcddcb44d93c351ec42454
parentc982d9ec4744a013cadb52f98686e4d0099e159b (diff)
downloadports-4390f2f8c9d2c4fa2abca67ac2c0034a818fb036.tar.gz
ports-4390f2f8c9d2c4fa2abca67ac2c0034a818fb036.zip
MFH: r526577
www/foswiki: remove redundant escape = does not need to be escaped in this context; bug #229925 will make this escape as well as the escape of most ordinary characters an error to reduce friction when some of these ordinary characters are later granted special GNU-extended behavior. No functional change, no need to bump PORTREVISION. PR: 240309 Approved by: koobs (mentor), bapt (mentor) Approved by: portmgr (maintainer timeout: 4 months) Differential Revision: https://reviews.freebsd.org/D23698 Approved by: ports-secteam (implicit, future build fix)
Notes
Notes: svn path=/branches/2020Q1/; revision=526583
-rw-r--r--www/foswiki/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/foswiki/Makefile b/www/foswiki/Makefile
index 251a92699a43..f909f736874f 100644
--- a/www/foswiki/Makefile
+++ b/www/foswiki/Makefile
@@ -64,7 +64,7 @@ post-patch:
@cd ${WRKSRC} && \
${REINPLACE_CMD} -i "" \
-e "s|^#[[:space:]]*\(.*\)/home/httpd/foswiki|\1${WWWDIR}|g" \
- -e "s|^#[[:space:]]*\(.*\)\(\= \'/foswiki/\)|\1\2|g" \
+ -e "s|^#[[:space:]]*\(.*\)\(= '/foswiki/\)|\1\2|g" \
-e "s|/bin/grep|/usr/bin/grep|g" \
lib/Foswiki.spec
@cd ${WRKSRC} && \