aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-06-19 12:28:06 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-06-19 12:28:06 +0000
commit7d3eafbc2768e5a94024501c14bd3945281acbd3 (patch)
tree56cc1a40dc166a605622f59ae5bd54e4e2866f0d /mail
parent7c5a7b23b625cf5eb2e7fe151455ae90e829abaf (diff)
downloadports-7d3eafbc2768e5a94024501c14bd3945281acbd3.tar.gz
ports-7d3eafbc2768e5a94024501c14bd3945281acbd3.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/cyrus-imapd22/Makefile8
-rw-r--r--mail/cyrus-imapd23/Makefile6
-rw-r--r--mail/cyrus-imapd24/Makefile6
3 files changed, 10 insertions, 10 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile
index 4cbb7e14d88f..4bd37061adde 100644
--- a/mail/cyrus-imapd22/Makefile
+++ b/mail/cyrus-imapd22/Makefile
@@ -117,11 +117,11 @@ BDB_NUM_VERS!= ${ECHO_CMD} ${BDB_VERS} | wc -w
.if ${BDB_NUM_W} == 0
.if ${BDB_NUM_WO} == ${BDB_NUM_VERS}
-BROKEN= "You need to select one BDB version. Run 'make config' again!"
+BROKEN= You need to select one BDB version. Run 'make config' again!
.endif
WITH_BDB_${USE_BDB_VER}= true
.elif ${BDB_NUM_W} != 1
-BROKEN= "Multiple BDB versions selected. Run 'make config' again!"
+BROKEN= Multiple BDB versions selected. Run 'make config' again!
.endif
.if defined(WITH_BDB_3)
USE_BDB= 3
@@ -156,7 +156,7 @@ PLIST_SUB+= MURDER="@comment "
.endif
.if defined(WITH_IDLE_IDLED) && defined(WITH_IDLE_POLL)
-BROKEN= "Multiple IDLE methods selected. Run 'make config' again!"
+BROKEN= Multiple IDLE methods selected. Run 'make config' again!
.endif
.if defined(WITH_IDLE_IDLED)
CONFIGURE_ARGS+=--with-idle=idled
@@ -191,7 +191,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
.endif
.if defined(WITH_SNMP_4) && defined(WITH_SNMP_5)
-BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!"
+BROKEN= Multiple net-snmp versions selected. Run 'make config' again!
.endif
.if defined(WITH_SNMP_4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile
index 9bfdb8a2e8ec..f4a3b42830b8 100644
--- a/mail/cyrus-imapd23/Makefile
+++ b/mail/cyrus-imapd23/Makefile
@@ -117,11 +117,11 @@ BDB_NUM_VERS!= ${ECHO_CMD} ${BDB_VERS} | wc -w
.if ${BDB_NUM_W} == 0
.if ${BDB_NUM_WO} == ${BDB_NUM_VERS}
-BROKEN= "You need to select one BDB version. Run 'make config' again!"
+BROKEN= You need to select one BDB version. Run 'make config' again!
.endif
WITH_BDB_${USE_BDB_VER}= true
.elif ${BDB_NUM_W} != 1
-BROKEN= "Multiple BDB versions selected. Run 'make config' again!"
+BROKEN= Multiple BDB versions selected. Run 'make config' again!
.endif
.if defined(WITH_BDB_3)
USE_BDB= 3
@@ -188,7 +188,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
.endif
.if defined(WITH_SNMP_4) && defined(WITH_SNMP_5)
-BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!"
+BROKEN= Multiple net-snmp versions selected. Run 'make config' again!
.endif
.if defined(WITH_SNMP_4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile
index 9bfdb8a2e8ec..f4a3b42830b8 100644
--- a/mail/cyrus-imapd24/Makefile
+++ b/mail/cyrus-imapd24/Makefile
@@ -117,11 +117,11 @@ BDB_NUM_VERS!= ${ECHO_CMD} ${BDB_VERS} | wc -w
.if ${BDB_NUM_W} == 0
.if ${BDB_NUM_WO} == ${BDB_NUM_VERS}
-BROKEN= "You need to select one BDB version. Run 'make config' again!"
+BROKEN= You need to select one BDB version. Run 'make config' again!
.endif
WITH_BDB_${USE_BDB_VER}= true
.elif ${BDB_NUM_W} != 1
-BROKEN= "Multiple BDB versions selected. Run 'make config' again!"
+BROKEN= Multiple BDB versions selected. Run 'make config' again!
.endif
.if defined(WITH_BDB_3)
USE_BDB= 3
@@ -188,7 +188,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
.endif
.if defined(WITH_SNMP_4) && defined(WITH_SNMP_5)
-BROKEN= "Multiple net-snmp versions selected. Run 'make config' again!"
+BROKEN= Multiple net-snmp versions selected. Run 'make config' again!
.endif
.if defined(WITH_SNMP_4)
LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4