Date: Tue, 9 Feb 2016 08:08:55 +0100 From: Pietro Cerutti <gahr@FreeBSD.org> To: Antoine Brodin <antoine@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408537 - head/devel/tcllib Message-ID: <70E197F3-8155-4114-9FA1-22EC552B41A6@FreeBSD.org> In-Reply-To: <201602090634.u196Yswb005955@repo.freebsd.org> References: <201602090634.u196Yswb005955@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 09 Feb 2016, at 07:34, Antoine Brodin <antoine@FreeBSD.org> wrote: >=20 > Author: antoine > Date: Tue Feb 9 06:34:54 2016 > New Revision: 408537 > URL: https://svnweb.freebsd.org/changeset/ports/408537 >=20 > Log: > Unbreak with fmake Ouch, this happens when you get used to good stuff - read: bmake :-( Apologies, and thanks for fixing! >=20 > Modified: > head/devel/tcllib/Makefile >=20 > Modified: head/devel/tcllib/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > --- head/devel/tcllib/Makefile Tue Feb 9 04:04:42 2016 (r408536) > +++ head/devel/tcllib/Makefile Tue Feb 9 06:34:54 2016 (r408537) > @@ -36,7 +36,7 @@ INSTALL_ARGS=3D -pkgs -pkg-path ${STAGEDIR > # > # Man pages > # > -.if "${ALL_TARGET}" !=3D "ctictl" > +.if !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl})) >=20 > .if ${PORT_OPTIONS:MMANPAGES} > ALL_TARGET+=3D nroff-doc >=20 --=20 Pietro Cerutti gahr@gahr.ch PGP Public Key http://gahr.ch/pgp=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?70E197F3-8155-4114-9FA1-22EC552B41A6>