aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2013-11-03 16:21:16 +0000
committerStefan Walter <stefan@FreeBSD.org>2013-11-03 16:21:16 +0000
commitb3fc0e29141f3e9036a0e1587dec77885ec611cf (patch)
tree855046f45642a0727b89d621245840fe898dc4ad /mail
parent15f7c9edc7ee94b0bc346b000119f25a9b9ffe7f (diff)
downloadports-b3fc0e29141f3e9036a0e1587dec77885ec611cf.tar.gz
ports-b3fc0e29141f3e9036a0e1587dec77885ec611cf.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/spamprobe/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile
index 5c6edfd4d8e1..26068d846485 100644
--- a/mail/spamprobe/Makefile
+++ b/mail/spamprobe/Makefile
@@ -13,8 +13,13 @@ COMMENT= Spam detector using Bayesian analysis of word counts
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-default-8bit
-MAN1= spamprobe.1
-PLIST_FILES= bin/spamprobe
+PLIST_FILES= bin/spamprobe man/man1/spamprobe.1.gz
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1000024
+BROKEN= does not build with clang
+.endif
# PBL support
.if !defined(WITHOUT_PBL)
@@ -59,5 +64,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif
-NO_STAGE= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>