svn commit: r387853 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Fri May 29 13:12:50 UTC 2015
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
More information about the svn-ports-all
mailing list