diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-29 13:12:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-29 13:12:49 +0000 |
commit | ace79eb6b71571f87acf7ef7bdc0ddd0a312ea88 (patch) | |
tree | d643ed8e4b1ec47768acf5b5f777dba3e92e7ad6 /Mk/bsd.port.mk | |
parent | 70444a23e61ceee0e0b4a7c23a7895451a2b93e7 (diff) | |
download | ports-ace79eb6b71571f87acf7ef7bdc0ddd0a312ea88.tar.gz ports-ace79eb6b71571f87acf7ef7bdc0ddd0a312ea88.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c14c8cc8bb54..e690a2e45d1b 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |