Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 13:12:50 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387853 - head/Mk
Message-ID:  <201505291312.t4TDCoS3053140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri May 29 13:12:49 2015
New Revision: 387853
URL: https://svnweb.freebsd.org/changeset/ports/387853

Log:
  This was not supposed to escape my ports tree.
  
  With hat:	portmgr
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Fri May 29 13:07:33 2015	(r387852)
+++ head/Mk/bsd.port.mk	Fri May 29 13:12:49 2015	(r387853)
@@ -5376,7 +5376,7 @@ _CHECK_CONFIG_ERROR=	true
 
 .if !target(check-config)
 check-config: _check-config
-.if !empty(_CHECK_CONFIG_ERROR) && !defined(IGNORE_INVALID_CONFIG)
+.if !empty(_CHECK_CONFIG_ERROR)
 	@${FALSE}
 .endif
 .endif # check-config



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