x11/squeekboard: drop braces to save 2 columns after r518756

Also matches $PWD usage a few lines below.
This commit is contained in:
Jan Beich 2019-12-01 08:44:57 +00:00
parent a775a5b8ec
commit 2c40e87890
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518761

View file

@ -83,7 +83,7 @@ post-patch:
# Add --verbose after each cargo subcommand # Add --verbose after each cargo subcommand
# Don't use BSD realpath(1) against non-existing files # Don't use BSD realpath(1) against non-existing files
@${REINPLACE_CMD} -e '/^cargo/ { \ @${REINPLACE_CMD} -e '/^cargo/ { \
s,^,cmd=$$1; shift; eval export $${CARGO_ENV}; ,; \ s,^,cmd=$$1; shift; eval export $$CARGO_ENV; ,; \
s,"$$@","$$cmd" --verbose &,; }' \ s,"$$@","$$cmd" --verbose &,; }' \
-e '/OUT_PATH=/s,=.*,=$$PWD/$$1,' \ -e '/OUT_PATH=/s,=.*,=$$PWD/$$1,' \
${WRKSRC}/cargo*.sh ${WRKSRC}/cargo*.sh