mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Add /usr/local/bin/* old cmd patterns to shebangfix
Approved by: portmgr (mat, rene) Differential Revision: https://reviews.freebsd.org/D10412
This commit is contained in:
parent
a30d630664
commit
4199e721e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438940
@ -62,6 +62,7 @@ ${lang}_CMD?= ${LOCALBASE}/bin/${lang}
|
||||
${lang}_OLD_CMD+= "/usr/bin/env ${lang}"
|
||||
${lang}_OLD_CMD+= /bin/${lang}
|
||||
${lang}_OLD_CMD+= /usr/bin/${lang}
|
||||
${lang}_OLD_CMD+= /usr/local/bin/${lang}
|
||||
.endfor
|
||||
|
||||
.for lang in ${SHEBANG_LANG}
|
||||
|
Loading…
x
Reference in New Issue
Block a user