Date: Fri, 2 Jun 2017 17:23:00 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442399 - in head/games/epiar: . files Message-ID: <20170602172300.GA80250@FreeBSD.org> In-Reply-To: <201706021543.v52Fhcha099180@repo.freebsd.org> References: <201706021543.v52Fhcha099180@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 02, 2017 at 03:43:38PM +0000, Sunpoet Po-Chuan Hsieh wrote: > New Revision: 442399 > URL: https://svnweb.freebsd.org/changeset/ports/442399 > > Log: > Convert to options target helper > > - Pet portlint: fix diff header of patch file > - Fix WWW > ... > @${MKDIR} ${STAGEDIR}${DOCSDIR} > - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} > + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} Please don't do this: it's a gratuitous change, it was not mentioned in the commit log, and most importantly, it was OK as it was. Don't try to fix what ain't broken. Thank you, ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170602172300.GA80250>