mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11/squeekboard: drop braces to save 2 columns after r518756
Also matches $PWD usage a few lines below.
This commit is contained in:
parent
a775a5b8ec
commit
2c40e87890
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518761
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ post-patch:
|
|||
# Add --verbose after each cargo subcommand
|
||||
# Don't use BSD realpath(1) against non-existing files
|
||||
@${REINPLACE_CMD} -e '/^cargo/ { \
|
||||
s,^,cmd=$$1; shift; eval export $${CARGO_ENV}; ,; \
|
||||
s,^,cmd=$$1; shift; eval export $$CARGO_ENV; ,; \
|
||||
s,"$$@","$$cmd" --verbose &,; }' \
|
||||
-e '/OUT_PATH=/s,=.*,=$$PWD/$$1,' \
|
||||
${WRKSRC}/cargo*.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue