svn commit: r334916 - in head/benchmarks/wrk: . files

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 26 04:10:12 UTC 2013


On Tue, Nov 26, 2013 at 03:48:13AM +0000, Sergey A. Osokin wrote:
> New Revision: 334916
> URL: http://svnweb.freebsd.org/changeset/ports/334916
> 
>  do-install:
> -	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
> +	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

Hey Serge,

Muting of installation commands pessimizes debugging and thus should not
be used (i.e. you should've dropped the @ to make it vocal).

Not that it requires immediate action; it can be fixed next time something
happens to this port, or together with other similar bugs.

./danfe


More information about the svn-ports-all mailing list