svn commit: r406897 - head/x11/keybinder

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jan 22 10:32:46 UTC 2016


On Fri, Jan 22, 2016 at 10:05:58AM +0000, Olivier Duchateau wrote:
> New Revision: 406897
> URL: https://svnweb.freebsd.org/changeset/ports/406897
> 
> Log:
>   Update to 0.3.1
>   
>   PR:		206260
>   Submitted by:	<tkato432 at yahoo.com>
> 
> [...]
> +post-install-EXAMPLES-on:
>  	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
> -	${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
> -.endif
> +	(cd ${WRKSRC}/examples && ${INSTALL_DATA} * \
> +		${STAGEDIR}${EXAMPLESDIR})

Olivier,

Please bear in mind (as it was already mentioned on the list several times
in the past on similar occasions) that Kato's PRs often contain gratuitous,
unwarranted changes that do not improve anything and should not have been
committed (the quoted part is one of that kind).

Please strip Kato's from the noise before checking them in, do not use as
is (verbatim), thank you.

./danfe


More information about the svn-ports-head mailing list