Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2014 08:21:42 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Antoine Brodin <antoine@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r338297 - head/deskutils/aspostit
Message-ID:  <20140113082141.GA8735@FreeBSD.org>
In-Reply-To: <201312311310.rBVDAOJv097942@svn.freebsd.org>
References:  <201312311310.rBVDAOJv097942@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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