From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 11:44:34 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C98E0A44; Mon, 27 Jan 2014 11:44:34 +0000 (UTC) Date: Mon, 27 Jan 2014 11:44:34 +0000 From: Alexey Dokuchaev To: Martin Wilke Subject: Re: svn commit: r341375 - head/x11-themes/murrine-configurator Message-ID: <20140127114434.GA29627@FreeBSD.org> References: <201401271133.s0RBXxA7074343@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201401271133.s0RBXxA7074343@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 11:44:34 -0000 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