aboutsummaryrefslogtreecommitdiff
path: root/mail/bogofilter
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2016-04-13 07:38:33 +0000
committerMatthias Andree <mandree@FreeBSD.org>2016-04-13 07:38:33 +0000
commitd5fe1b66772b0c3b29ffc580483ed14f39cb1375 (patch)
tree2e971d2159279e79c9e6f675e318be66300f5526 /mail/bogofilter
parent180f6490e7ac3115e7aa8d419b841aade9eb588a (diff)
downloadports-d5fe1b66772b0c3b29ffc580483ed14f39cb1375.tar.gz
ports-d5fe1b66772b0c3b29ffc580483ed14f39cb1375.zip
Notes
Diffstat (limited to 'mail/bogofilter')
-rw-r--r--mail/bogofilter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
index d46820a113f6..76f953787728 100644
--- a/mail/bogofilter/Makefile
+++ b/mail/bogofilter/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= SF/bogofilter/bogofilter-current/bogofilter-${PORTVERSION}
MAINTAINER?= mandree@FreeBSD.org
COMMENT= Fast, teachable, learning spam detector
+LICENSE= GPLv2
+
.if !defined(MASTERDIR) || ${MASTERDIR} == ${.CURDIR}
# building master port
USE_BDB= 5+
@@ -38,6 +40,8 @@ GSL_CONFIGURE_ARGS_OFF= --with-included-gsl
PORTDOCS= *
+TEST_TARGET= check
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
@@ -96,7 +100,4 @@ post-install::
${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${STAGEDIR}${DOCSDIR}/contrib/${i}
.endfor
-regression-test: all
- cd ${WRKSRC} && ${DO_MAKE_BUILD} check
-
.include <bsd.port.post.mk>