Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2017 08:11:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451826 - head/security/p5-Net-SinFP
Message-ID:  <201710120811.v9C8B3PJ059793@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct 12 08:11:03 2017
New Revision: 451826
URL: https://svnweb.freebsd.org/changeset/ports/451826

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

Modified:
  head/security/p5-Net-SinFP/Makefile

Modified: head/security/p5-Net-SinFP/Makefile
==============================================================================
--- head/security/p5-Net-SinFP/Makefile	Thu Oct 12 08:10:57 2017	(r451825)
+++ head/security/p5-Net-SinFP/Makefile	Thu Oct 12 08:11:03 2017	(r451826)
@@ -42,9 +42,6 @@ INSTALL_TARGET=	pure_install
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT}
-
-regression-test:
-	@(cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} && ${MAKE} test)
 .endif
 
 ONLY_FOR_ARCHS=		i386 amd64



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710120811.v9C8B3PJ059793>