On 2019/03/13 14:31, Landry Breuil wrote:
> On Wed, Mar 13, 2019 at 02:09:07PM +0100, Martin Reindl wrote:
> 
> I see that you removed from the PLIST but no patch to avoid installing
> them, so if one runs make update-plist they will come back. Either use
> post-install to remove them from $PREFIX or @comment them in PLIST :)
> 
> that said, this looks okay to me.
> 

yep that's what I meant, e.g.

# https://github.com/Unidata/netcdf-c/issues/1347#issuecomment-467633543
# "Actually, I did not intend the .so files in netcdf-c/plugins to be
# installed. They are intended only for testing and examples"
post-install:
        rm ${PREFIX}/lib/lib{bzip2,misc}.{a,la,so}

otherwise ok with me.

Reply via email to