Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 11:44:34 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Martin Wilke <miwi@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r341375 - head/x11-themes/murrine-configurator
Message-ID:  <20140127114434.GA29627@FreeBSD.org>
In-Reply-To: <201401271133.s0RBXxA7074343@svn.freebsd.org>
References:  <201401271133.s0RBXxA7074343@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 27, 2014 at 11:33:59AM +0000, Martin Wilke wrote:
> New Revision: 341375
> URL: http://svnweb.freebsd.org/changeset/ports/341375
> QAT: https://qat.redports.org/buildarchive/r341375/
> 
> -	@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin
> +	@${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
>  	@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \
> -		${PREFIX}/share/pixmaps
> +		${STAGEDIR}${PREFIX}/share/pixmaps
>  	@${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \

Just in case you haven't caught up with your svn-ports-* email just yet:

We do not mute installation commands: it makes debugging harder (since there
is nothing in the logs) and generally might leave the user wondering, "what
did that thing install for me?.."

./danfe



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