svn commit: r413175 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Wed Apr 13 07:38:34 UTC 2016


Author: mandree
Date: Wed Apr 13 07:38:33 2016
New Revision: 413175
URL: https://svnweb.freebsd.org/changeset/ports/413175

Log:
  Support "make test" by defining TEST_TARGET. [1]
  
  Define LICENSE.
  
  Remove regression-test target in favor of the framework "make test"
  feature. (ports/CHANGES 20150928)
  
  Submitted by:	jbeich@ [1]

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Wed Apr 13 07:13:54 2016	(r413174)
+++ head/mail/bogofilter/Makefile	Wed Apr 13 07:38:33 2016	(r413175)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/bogofilter/bogofilter-c
 MAINTAINER?=	mandree at 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-
 
 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>


More information about the svn-ports-all mailing list