svn commit: r451816 - head/devel/p5-BSD-devstat

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


Author: sunpoet
Date: Thu Oct 12 08:09:55 2017
New Revision: 451816
URL: https://svnweb.freebsd.org/changeset/ports/451816

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

Modified:
  head/devel/p5-BSD-devstat/Makefile

Modified: head/devel/p5-BSD-devstat/Makefile
==============================================================================
--- head/devel/p5-BSD-devstat/Makefile	Thu Oct 12 08:09:49 2017	(r451815)
+++ head/devel/p5-BSD-devstat/Makefile	Thu Oct 12 08:09:55 2017	(r451816)
@@ -13,7 +13,4 @@ COMMENT=	Perl extension of devstat(3) API
 USES=		perl5
 USE_PERL5=	configure
 
-regression-test:
-	cd ${WRKSRC} && make test
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list