mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
gzcat -> ${GZCAT}
awk -> ${AWK} /bin/sh -> ${SH} PR: 39969 Submitted by: Scott Flatman <sf@dsinw.com>
This commit is contained in:
parent
95b7efe7ea
commit
ccac5a9f61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70435
@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LATEST_LINK= iozone21
|
||||
|
||||
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
|
||||
EXTRACT_CMD= ( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
|
||||
EXTRACT_BEFORE_ARGS= <
|
||||
EXTRACT_AFTER_ARGS= # empty
|
||||
NO_WRKSUBDIR= YES
|
||||
|
Loading…
Reference in New Issue
Block a user