aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-04-11 01:03:54 +0800
committerBryan Drewery <bdrewery@FreeBSD.org>2014-04-11 01:03:54 +0800
commit05eb127ac516b4a29e83cf938b89701f086e5ce9 (patch)
tree5c5131c620d3ed83f6b2bcd24354f0cd6f73ec96 /Mk
parent39d3dbfa14c63db7a907763d57d13c11e786e231 (diff)
downloadfreebsd-ports-gnome-05eb127ac516b4a29e83cf938b89701f086e5ce9.tar.gz
freebsd-ports-gnome-05eb127ac516b4a29e83cf938b89701f086e5ce9.tar.zst
freebsd-ports-gnome-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
Diffstat (limited to '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