svn commit: r451825 - head/net-mgmt/p5-Net-NSCA-Client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 12 08:10:58 UTC 2017


Author: sunpoet
Date: Thu Oct 12 08:10:57 2017
New Revision: 451825
URL: https://svnweb.freebsd.org/changeset/ports/451825

Log:
  Convert to test framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/net-mgmt/p5-Net-NSCA-Client/Makefile

Modified: head/net-mgmt/p5-Net-NSCA-Client/Makefile
==============================================================================
--- head/net-mgmt/p5-Net-NSCA-Client/Makefile	Thu Oct 12 08:10:49 2017	(r451824)
+++ head/net-mgmt/p5-Net-NSCA-Client/Makefile	Thu Oct 12 08:10:57 2017	(r451825)
@@ -49,7 +49,4 @@ post-patch:
 	@cd ${WRKSRC} && ${RM} bin/send_nsca
 	@cd ${WRKSRC} && ${RM} t/send_nsca.t
 
-regression-test: build
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./Build test
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list