svn commit: r400121 - head/net-im/teamwords

Alexey Dokuchaev danfe at FreeBSD.org
Sat Oct 24 14:29:32 UTC 2015


On Sat, Oct 24, 2015 at 02:06:56PM +0000, Kris Moore wrote:
> New Revision: 400121
> URL: https://svnweb.freebsd.org/changeset/ports/400121
> 
> [...]
> -.include <bsd.port.options.mk>
> -
>  do-install:
>  	${STRIP_CMD} ${WRKSRC}/teamwords
>  	${INSTALL} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin

Wait, what?  You strip the binary first and then install it?  Why not
use ${INSTALL_PROGRAM} which DTRT itself?

./danfe


More information about the svn-ports-head mailing list