aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-04-11 01:03:54 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-04-11 01:03:54 +0800
commit044cc59a346f415859aa15f7bad87585471ca9ca (patch)
tree5c5131c620d3ed83f6b2bcd24354f0cd6f73ec96
parentfd472f054bf0cfc436891c3c64f64df25d1058a1 (diff)
downloadfreebsd-ports-gnome-044cc59a346f415859aa15f7bad87585471ca9ca.tar.gz
freebsd-ports-gnome-044cc59a346f415859aa15f7bad87585471ca9ca.tar.zst
freebsd-ports-gnome-044cc59a346f415859aa15f7bad87585471ca9ca.zip
- Fix error handling in check-config, 'exit' is not a command.
make: exec(exit) failed (No such file or directory) With hat: portmgr
-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