svn commit: r314715 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 20 07:58:57 UTC 2013


Author: bapt
Date: Wed Mar 20 07:58:56 2013
New Revision: 314715
URL: http://svnweb.freebsd.org/changeset/ports/314715

Log:
  if user has decide not to install dialog4ports, quit with a failre.
  
  Reported by:	many

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Mar 20 06:41:52 2013	(r314714)
+++ head/Mk/bsd.port.mk	Wed Mar 20 07:58:56 2013	(r314715)
@@ -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


More information about the svn-ports-head mailing list