aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index a7285b836858..9ba69b3e87b1 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6175,9 +6175,9 @@ config-conditional: pre-config
.if !target(showconfig)
.include "${PORTSDIR}/Mk/bsd.options.desc.mk"
-MULTI_EOL= ": you have to choose at least one of them"
-SINGLE_EOL= ": you have to select exactly one of them"
-RADIO_EOL= ": you can only select none or one of them"
+MULTI_EOL= : you have to choose at least one of them
+SINGLE_EOL= : you have to select exactly one of them
+RADIO_EOL= : you can only select none or one of them
showconfig:
.if !empty(COMPLETE_OPTIONS_LIST)
@${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME}":