From owner-svn-ports-all@freebsd.org Fri Jan 22 10:32:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B120EA8D56A; Fri, 22 Jan 2016 10:32:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7B111CA0; Fri, 22 Jan 2016 10:32:46 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A68841B96; Fri, 22 Jan 2016 10:32:46 +0000 (UTC) Date: Fri, 22 Jan 2016 10:32:46 +0000 From: Alexey Dokuchaev To: Olivier Duchateau Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r406897 - head/x11/keybinder Message-ID: <20160122103246.GB15265@FreeBSD.org> References: <201601221005.u0MA5w0F013215@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201601221005.u0MA5w0F013215@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 22 Jan 2016 10:32:46 -0000 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: > > [...] > +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