svn commit: r408537 - head/devel/tcllib

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 9 07:09:04 UTC 2016


> On 09 Feb 2016, at 07:34, Antoine Brodin <antoine at FreeBSD.org> wrote:
> 
> Author: antoine
> Date: Tue Feb  9 06:34:54 2016
> New Revision: 408537
> URL: https://svnweb.freebsd.org/changeset/ports/408537
> 
> Log:
>  Unbreak with fmake

Ouch, this happens when you get used to good stuff - read: bmake :-(

Apologies, and thanks for fixing!

> 
> Modified:
>  head/devel/tcllib/Makefile
> 
> Modified: head/devel/tcllib/Makefile
> ==============================================================================
> --- 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=    -pkgs -pkg-path ${STAGEDIR
> #
> # Man pages
> #
> -.if "${ALL_TARGET}" != "ctictl"
> +.if !(defined(ALL_TARGET) && !empty(${ALL_TARGET:Mcritcl}))
> 
> .if ${PORT_OPTIONS:MMANPAGES}
> ALL_TARGET+=    nroff-doc
> 


-- 
Pietro Cerutti
gahr at gahr.ch

PGP Public Key
http://gahr.ch/pgp


More information about the svn-ports-all mailing list