aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-10 17:03:54 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-10 17:03:54 +0000
commit05eb127ac516b4a29e83cf938b89701f086e5ce9 (patch)
tree5c5131c620d3ed83f6b2bcd24354f0cd6f73ec96 /Mk/bsd.port.mk
parent39d3dbfa14c63db7a907763d57d13c11e786e231 (diff)
downloadports-05eb127ac516b4a29e83cf938b89701f086e5ce9.tar.gz
ports-05eb127ac516b4a29e83cf938b89701f086e5ce9.zip
- Fix error handling in check-config, 'exit' is not a command.
make: exec(exit) failed (No such file or directory) With hat: portmgr
Notes
Notes: svn path=/head/; revision=350823
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 2297ffcb41cb..10b5ed6fcd25 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -5962,7 +5962,7 @@ _CHECK_CONFIG_ERROR= true
.if !target(check-config)
check-config: _check-config
.if !empty(_CHECK_CONFIG_ERROR)
- @exit 1
+ @${FALSE}
.endif
.endif # check-config