svn commit: r408537 - head/devel/tcllib

Antoine Brodin antoine at FreeBSD.org
Tue Feb 9 06:34:55 UTC 2016


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


More information about the svn-ports-all mailing list