diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-13 00:31:27 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-13 00:31:27 +0000 |
commit | cec5e7a5897eed6b3fb22ebda88b9f9e6b26546f (patch) | |
tree | c3b1eb50e786b7fef8b18ec2cc6aceb7f0193908 /Mk/bsd.port.mk | |
parent | d4fbf026589797aa6d699a4c1a07703c50851f2d (diff) | |
download | ports-cec5e7a5897eed6b3fb22ebda88b9f9e6b26546f.tar.gz ports-cec5e7a5897eed6b3fb22ebda88b9f9e6b26546f.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
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]) \ |