On Wed, Mar 14, 2018 at 02:37:22AM +0100, Ljuba Nedeljkovic wrote:
> Please find attached updated port's tarball with suggested fixes. One
> deviation from kn's tarball is removal of `patches/patch-nlay` file and
> doing shebang fix using LOCALBASE with `post-extract` target. Said
> patch leaves literal `#!${LOCALBASE}/bin/bash` in installed `nlay`
> script and breaks it.
Not a fan of modyfing WRKSRC "manually", we have patches and SUBST_CMD
for that. You'd simply patch LOCALBASE into the shebang and later do
pre-configure:
${SUBST_CMD} ${WRKSRC}/nlay
I'm happy to import your latest tarball with that, OK anyone?