1
0
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:
Dmitry Marakasov 2017-04-20 11:45:44 +00:00
parent a30d630664
commit 4199e721e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438940

View File

@ -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}