diff options
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 6ebf2934eb4c..06bf6d3138a5 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6190,7 +6190,7 @@ config-depend: read answer; \ case $$answer in \ [Nn]|[Nn][Oo]) \ - exit 0; \ + exit 1; \ esac; \ cd ${PORTSDIR}/ports-mgmt/dialog4ports; ${MAKE} install .endif |