Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 09:28:48 +0100
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Yuri Victorovich <yuri@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r528682 - in head/cad: . netgen-lvs netgen-lvs/files
Message-ID:  <556c09e2-34f7-635d-0998-75a50d9591ea@FreeBSD.org>
In-Reply-To: <202003190319.02J3JwtB035347@repo.freebsd.org>
References:  <202003190319.02J3JwtB035347@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?556c09e2-34f7-635d-0998-75a50d9591ea>