Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 06:34:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408537 - head/devel/tcllib
Message-ID:  <201602090634.u196Yswb005955@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602090634.u196Yswb005955>