aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.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/bsd.port.mk
parentd4fbf026589797aa6d699a4c1a07703c50851f2d (diff)
downloadports-cec5e7a5897eed6b3fb22ebda88b9f9e6b26546f.tar.gz
ports-cec5e7a5897eed6b3fb22ebda88b9f9e6b26546f.zip
Notes
Diffstat (limited to 'Mk/bsd.port.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]) \