From owner-svn-ports-all@FreeBSD.ORG Tue Jan 21 07:20:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 57F30960; Tue, 21 Jan 2014 07:20:06 +0000 (UTC) Date: Tue, 21 Jan 2014 07:20:06 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Subject: Re: svn commit: r340556 - head/textproc/yali Message-ID: <20140121072006.GA15961@FreeBSD.org> References: <201401210714.s0L7Erre030614@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201401210714.s0L7Erre030614@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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 07:20:06 -0000 On Tue, Jan 21, 2014 at 07:14:53AM +0000, Mathieu Arnold wrote: > New Revision: 340556 > URL: http://svnweb.freebsd.org/changeset/ports/340556 > QAT: https://qat.redports.org/buildarchive/r340556/ > > do-install: > - @${INSTALL_SCRIPT} ${WRKSRC} ${PREFIX}/bin/yali > + @${INSTALL_SCRIPT} ${WRKSRC} ${STAGEDIR}${PREFIX}/bin/yali Mathieu, it would be nice to unmute installation commands once you touch these lines. Muting them makes logs less useful for debugging of issues and generally leaves the impression that particular port did not install anything (i.e., WTF?!). ./danfe