svn commit: r528682 - in head/cad: . netgen-lvs netgen-lvs/files
Mateusz Piotrowski
0mp at FreeBSD.org
Thu Mar 19 08:38:26 UTC 2020
On 3/19/20 9:32 AM, Yuri wrote:
> On 2020-03-19 01:28, Mateusz Piotrowski wrote:
>> Couldn't this be done via USES=shebangfix?
>
> USES=shebangfix is looking for /usr/bin/env, not /bin/env.
>
How about something along these lines?
SHEBANG_LANG= python #I am not sure if this name is going to collide
with some standard definitions.
python_OLD_CMD= "/bin/env python3"
python_CMD= ${PYTHON_CMD}
More information about the svn-ports-all
mailing list