Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 04:10:12 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        "Sergey A. Osokin" <osa@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r334916 - in head/benchmarks/wrk: . files
Message-ID:  <20131126041012.GA48093@FreeBSD.org>
In-Reply-To: <201311260348.rAQ3mDC8078995@svn.freebsd.org>
References:  <201311260348.rAQ3mDC8078995@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131126041012.GA48093>