svn commit: r314009 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Wed Mar 13 00:31:27 UTC 2013
Author: bdrewery
Date: Wed Mar 13 00:31:27 2013
New Revision: 314009
URL: http://svnweb.freebsd.org/changeset/ports/314009
Log:
- Make the config sanity check more clear that it defaults
to [Y]es
PR: ports/171083
Submitted by: rakuco
With hat: portmgr
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Wed Mar 13 00:03:59 2013 (r314008)
+++ head/Mk/bsd.port.mk Wed Mar 13 00:31:27 2013 (r314009)
@@ -6069,7 +6069,7 @@ check-config: _check-config
.if !target(sanity-config)
sanity-config: _check-config
.if !empty(_CHECK_CONFIG_ERROR)
- @echo -n "Config is invalid. Re-edit? [Y/N] "; \
+ @echo -n "Config is invalid. Re-edit? [Y/n] "; \
read answer; \
case $$answer in \
[Nn]|[Nn][Oo]) \
More information about the svn-ports-head
mailing list