svn commit: r330231 - head/audio/faad
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 13 16:06:56 UTC 2013
On Sun, Oct 13, 2013 at 11:05 PM, Baptiste Daroussin <bapt at freebsd.org>wrote:
> +post-install:
> + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfaad.so.2
> +
> .include <bsd.port.mk>
>
Hi Bapt,
Regarding of stripping binary files and share libraries, I would suggest
the following 2 ways I'm using recently:
1. Ref: sysutils/freeipmi
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
2. Ref: audio/libmad
post-build:
@${STRIP_CMD} ${WRKSRC}/.libs/libmad.so.2
IMHO, it would be better to finish modifications during build phase. :)
Regards,
sunpoet
More information about the svn-ports-all
mailing list