svn commit: r467812 - head/deskutils/hebcal

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 20 08:33:47 UTC 2018


Author: amdmi3
Date: Fri Apr 20 08:33:46 2018
New Revision: 467812
URL: https://svnweb.freebsd.org/changeset/ports/467812

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/hebcal/Makefile

Modified: head/deskutils/hebcal/Makefile
==============================================================================
--- head/deskutils/hebcal/Makefile	Fri Apr 20 06:08:12 2018	(r467811)
+++ head/deskutils/hebcal/Makefile	Fri Apr 20 08:33:46 2018	(r467812)
@@ -14,13 +14,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		autoreconf gmake perl5
 GNU_CONFIGURE=	yes
+TEST_TARGET=	check
 
 USE_GITHUB=	yes
 
 PLIST_FILES=	bin/hebcal \
 		man/man1/hebcal.1.gz
-
-regression-test: build
-	(cd ${WRKSRC} && ${MAKE_CMD} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list