From 3b35ab30c26ccfcaf70b931edb219308acac443c Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 20 Mar 2013 07:58:56 +0000 Subject: if user has decide not to install dialog4ports, quit with a failre. Reported by: many --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk') 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 -- cgit