svn commit: r406961 - head/mail/mailagent

John Marino marino at FreeBSD.org
Sat Jan 23 07:51:22 UTC 2016


Author: marino
Date: Sat Jan 23 07:51:21 2016
New Revision: 406961
URL: https://svnweb.freebsd.org/changeset/ports/406961

Log:
  mail/mailagent: move regression tests to regression-test target
  
  The post-build target is not required for the packages, and the README
  indicates that the regression suite is only meant for mailagent developers.

Modified:
  head/mail/mailagent/Makefile

Modified: head/mail/mailagent/Makefile
==============================================================================
--- head/mail/mailagent/Makefile	Sat Jan 23 06:42:45 2016	(r406960)
+++ head/mail/mailagent/Makefile	Sat Jan 23 07:51:21 2016	(r406961)
@@ -48,7 +48,7 @@ post-patch:
 	    misc/news/newsgate)
 
 TEST_CMD=	'(cd ${WRKSRC}/agent/test; ${SETENV} ${MAKE_ENV} ${MAKE})'
-post-build:
+regression-test: build
 	@if [ `${ID} -u` = 0 ]; then \
 	  ${CHOWN} -R nobody ${WRKSRC}/agent/test; \
 	  su -m nobody -c ${TEST_CMD}; \


More information about the svn-ports-head mailing list