From cd55e6e69506a0458c9132c892628ff8cba00803 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 14 Nov 2016 11:26:59 +0000 Subject: Do not terminate BROKEN messages with period, it is added by the framework. --- security/maia/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/maia') diff --git a/security/maia/Makefile b/security/maia/Makefile index b8ebb291fc7d..694e96f4ce29 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -169,7 +169,7 @@ WANT_PGSQL= server .endif .if ${PORT_OPTIONS:MDOVECOT} && ${PORT_OPTIONS:MDOVECOT2} -BROKEN=Please run 'make config' again and choose only one version of Dovecot. Both version 1.x and 2.x cannot co-exist. +BROKEN= please run 'make config' again and choose only one version of Dovecot (versions 1.x and 2.x cannot coexist) .endif .if ${PORT_OPTIONS:MDOVECOT} -- cgit