diff options
author | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-06-13 16:40:06 +0800 |
commit | d2fad415839f287c99c5f1d5975409066a3328bf (patch) | |
tree | f779f3f1e47d7d3efae18c54fc3f68e9077e7bde /mail | |
parent | 52ae5d558cd5b323d8a17cffa5d24ef226ae6da8 (diff) | |
download | freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.gz freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.tar.zst freebsd-ports-gnome-d2fad415839f287c99c5f1d5975409066a3328bf.zip |
BROKEN should not be quoted.
No functional change.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lmtp2nntp/Makefile | 2 | ||||
-rw-r--r-- | mail/mew3/Makefile | 2 | ||||
-rw-r--r-- | mail/scmail/Makefile | 2 | ||||
-rw-r--r-- | mail/vpopmail-devel/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/lmtp2nntp/Makefile b/mail/lmtp2nntp/Makefile index e3b3a0e25fcd..81ba2a28851e 100644 --- a/mail/lmtp2nntp/Makefile +++ b/mail/lmtp2nntp/Makefile @@ -44,7 +44,7 @@ post-install: .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .include <bsd.port.post.mk> diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile index a560c5aa741a..d25786f56e5b 100644 --- a/mail/mew3/Makefile +++ b/mail/mew3/Makefile @@ -46,7 +46,7 @@ MAN1= mewcat.1 mewdecode.1 mewencode.1 mewls.1 incm.1 .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" +BROKEN= Does not build on ia64 .endif post-patch: diff --git a/mail/scmail/Makefile b/mail/scmail/Makefile index 0410e2a05dc7..9ecdc049fc39 100644 --- a/mail/scmail/Makefile +++ b/mail/scmail/Makefile @@ -23,7 +23,7 @@ PORTDOCS= scbayes-ja.html scbayes.html scmail-ja.html scmail.html .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha .endif .if exists(${LOCALBASE}/bin/gauche-config) diff --git a/mail/vpopmail-devel/Makefile b/mail/vpopmail-devel/Makefile index 8c49aac75148..b04ea6d8fb07 100644 --- a/mail/vpopmail-devel/Makefile +++ b/mail/vpopmail-devel/Makefile @@ -192,7 +192,7 @@ CONFIGURE_ARGS+= --disable-md5-passwords .endif .if defined(WITH_APOP) -BROKEN= "The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work" +BROKEN= The WITH_APOP option is deprecated; set WITH_CLEAR_PASSWD instead, APOP will just work .endif .if defined(WITH_VALIAS) |