svn commit: r344402 - head/math/primegen

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 5 02:58:48 UTC 2014


On Sat, Feb 15, 2014 at 03:09:31PM +0000, Danilo Egea Gondolfo wrote:
> New Revision: 344402
> URL: http://svnweb.freebsd.org/changeset/ports/344402
> QAT: https://qat.redports.org/buildarchive/r344402/

(Picking random one among similar commits...)

> -	@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
> +	@${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
>  .endfor
>  .for file in ${HEADER_FILES}
> -	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include
> +	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/include
> [...]
> +	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib
>  .endfor
> +	@${INSTALL_MAN} ${WRKSRC}/primes.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
> +	@${INSTALL_MAN} ${WRKSRC}/primegaps.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
> +	@${INSTALL_MAN} ${WRKSRC}/primegen.3 ${STAGEDIR}${MAN3PREFIX}/man/man3

Guys, please do not mute (unmute) installation commands (INSTALL_FOO, CP,
COPYTREE, etc.).  Muting them makes build logs less useful for debugging of
possible problems on installation stages, and generally leaves an impression
that nothing was installed.

This matter was discussed quite a number of times already; please try to
pay attention to some svn-ports-@ mail traffic.

./danfe


More information about the svn-ports-head mailing list