aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-09-30 12:43:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-09-30 12:43:56 +0000
commitd125be26610722b2f636088d237be3565f1a42e9 (patch)
tree55bb5193f89393baf22c2a78be84ea92d3817739 /x11
parent56cf1e849d6279935b9f635e472d284c2dd9adeb (diff)
downloadports-d125be26610722b2f636088d237be3565f1a42e9.tar.gz
ports-d125be26610722b2f636088d237be3565f1a42e9.zip
REINPLACE_ARGS can only contain the -i argument.
Reported by: kevans
Notes
Notes: svn path=/head/; revision=550694
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-pie/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnome-pie/Makefile b/x11/gnome-pie/Makefile
index 7eaf3229dbc1..8e5ae6c6651c 100644
--- a/x11/gnome-pie/Makefile
+++ b/x11/gnome-pie/Makefile
@@ -42,13 +42,13 @@ OPTIONS_SUB= yes
PLIST_SUB= DESKTOPDIR=${DESKTOPDIR}
-REINPLACE_ARGS= -e 's,%%DATADIR%%,${DATADIR},1' \
- -e 's,%%DESKTOPDIR%%,${DESKTOPDIR},1' \
- -e 's,%%PREFIX%%,${PREFIX},1' -i.bak \
- -e '/has_resize_grip/d' -i ''
+REINPLACE_ARGS= -i ''
post-patch:
- ${REINPLACE_CMD} ${WRKSRC}/src/actions/actionRegistry.vala \
+ ${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},1' \
+ -e 's,%%DESKTOPDIR%%,${DESKTOPDIR},1' \
+ -e 's,%%PREFIX%%,${PREFIX},1' \
+ -e '/has_resize_grip/d' ${WRKSRC}/src/actions/actionRegistry.vala \
${WRKSRC}/src/gui/indicator.vala \
${WRKSRC}/src/utilities/paths.vala \
${WRKSRC}/resources/ui/*.ui