From owner-svn-ports-all@FreeBSD.ORG Tue Nov 19 15:12:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5638B939; Tue, 19 Nov 2013 15:12:45 +0000 (UTC) Date: Tue, 19 Nov 2013 15:12:45 +0000 From: Alexey Dokuchaev To: Pietro Cerutti Subject: Re: svn commit: r334312 - head/textproc/tkdiff Message-ID: <20131119151245.GB21195@FreeBSD.org> References: <201311191305.rAJD5Xj0010299@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311191305.rAJD5Xj0010299@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.16 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, 19 Nov 2013 15:12:45 -0000 On Tue, Nov 19, 2013 at 01:05:33PM +0000, Pietro Cerutti wrote: > New Revision: 334312 > URL: http://svnweb.freebsd.org/changeset/ports/334312 > > -NO_STAGE= yes > do-install: > - @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin > + @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin Pietro, we try not to mute installation commands as it makes debugging harder and generally leaves users wondering "Hey, what did this thing just install for me?". ./danfe