svn commit: r413164 - head/mail/bogofilter

Matthias Andree mandree at FreeBSD.org
Tue Apr 12 23:15:09 UTC 2016


Author: mandree
Date: Tue Apr 12 23:15:08 2016
New Revision: 413164
URL: https://svnweb.freebsd.org/changeset/ports/413164

Log:
  Add a convenience 'regression-test' target.

Modified:
  head/mail/bogofilter/Makefile

Modified: head/mail/bogofilter/Makefile
==============================================================================
--- head/mail/bogofilter/Makefile	Tue Apr 12 22:44:03 2016	(r413163)
+++ head/mail/bogofilter/Makefile	Tue Apr 12 23:15:08 2016	(r413164)
@@ -96,4 +96,7 @@ 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