summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-03-13 00:31:27 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-03-13 00:31:27 +0000
commitcec5e7a5897eed6b3fb22ebda88b9f9e6b26546f (patch)
treec3b1eb50e786b7fef8b18ec2cc6aceb7f0193908 /Mk
parent- Update to 2.4.2 (diff)
- Make the config sanity check more clear that it defaults
to [Y]es PR: ports/171083 Submitted by: rakuco With hat: portmgr
Notes
Notes: svn path=/head/; revision=314009
Diffstat (limited to 'Mk')
-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 57a58ad68c39..fe5f3d800e76 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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]) \