svn commit: r460447 - head/misc/estic

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jan 31 12:53:18 UTC 2018


On Tue, Jan 30, 2018 at 11:13:11PM +0000, Dirk Meyer wrote:
> New Revision: 460447
> URL: https://svnweb.freebsd.org/changeset/ports/460447
> 
> Log:
>   - fix install

May I ask what exactly was "fixed" here?

> @@ -87,9 +87,9 @@ do-install:
>  .if ${PORT_OPTIONS:MDOCS}
>  	@# estic doc says estic.res must be in bin path or current directory
>  	${MKDIR} ${PBX_DOC}
> -	${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}
> +	${INSTALL_DATA} ${ESTIC}/estic.doc ${PBX_DOC}/
>  	@# estic.doc is not nroff format, & is in German
> -	${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC}
> +	${INSTALL_DATA} ${FILESDIR}/README ${PBX_DOC}/

All I see is gratuitously added needless trailing slashes and obfuscated
commit history.

./danfe


More information about the svn-ports-head mailing list