svn commit: r528682 - in head/cad: . netgen-lvs netgen-lvs/files

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Mar 19 08:28:25 UTC 2020


Hi!

On 3/19/20 4:19 AM, Yuri Victorovich wrote:
> Author: yuri
> Date: Thu Mar 19 03:19:57 2020
> New Revision: 528682
> URL: https://svnweb.freebsd.org/changeset/ports/528682
>
> Log:
>    New port: cad/netgen-lvs: Tool for comparing netlists (a process known as LVS)
...
> Added: head/cad/netgen-lvs/Makefile
...
> +post-patch:
> +	@${REINPLACE_CMD} -e 's|^#!/bin/env python3$$|#!${PYTHON_CMD}|' ${WRKSRC}/python/*.py
> +
Couldn't this be done via USES=shebangfix?
> +post-stage:
> +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

It probably does not matter but shouldn't it be done during post-install 
for consistency with the rest of the ports tree?

Cheers,

Mateusz Piotrowski



More information about the svn-ports-all mailing list