Date: Wed, 31 Jan 2018 12:53:18 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Dirk Meyer <dinoex@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r460447 - head/misc/estic Message-ID: <20180131125318.GA92837@FreeBSD.org> In-Reply-To: <201801302313.w0UNDBAa074672@repo.freebsd.org> References: <201801302313.w0UNDBAa074672@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180131125318.GA92837>