svn commit: r442399 - in head/games/epiar: . files

Alexey Dokuchaev danfe at FreeBSD.org
Fri Jun 2 17:23:02 UTC 2017


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


More information about the svn-ports-all mailing list