From owner-svn-ports-head@FreeBSD.ORG Mon Jan 13 08:21:42 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 087529D0; Mon, 13 Jan 2014 08:21:42 +0000 (UTC) Date: Mon, 13 Jan 2014 08:21:42 +0000 From: Alexey Dokuchaev To: Antoine Brodin Subject: Re: svn commit: r338297 - head/deskutils/aspostit Message-ID: <20140113082141.GA8735@FreeBSD.org> References: <201312311310.rBVDAOJv097942@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201312311310.rBVDAOJv097942@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, 13 Jan 2014 08:21:42 -0000 On Tue, Dec 31, 2013 at 01:10:24PM +0000, Antoine Brodin wrote: > New Revision: 338297 > URL: http://svnweb.freebsd.org/changeset/ports/338297 > > do-install: > - (cd ${WRKSRC} && ${INSTALL_PROGRAM} aspostit ${PREFIX}/bin) > - (cd ${WRKSRC} && ${INSTALL_MAN} aspostit.1 ${MANPREFIX}/man/man1) > + ${INSTALL_PROGRAM} ${WRKSRC}/aspostit ${STAGEDIR}${PREFIX}/bin > + ${INSTALL_MAN} ${WRKSRC}/aspostit.1 ${STAGEDIR}${MANPREFIX}/man/man1 Thank you for restoring sanity of the installation commands. Unfortunately we have quite a lot of these in the tree since recently, and I truly welcome cleaning of this mess! ./danfe