svn commit: r471028 - head/security/ykpers

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 28 08:34:19 UTC 2018


Author: amdmi3
Date: Mon May 28 08:34:18 2018
New Revision: 471028
URL: https://svnweb.freebsd.org/changeset/ports/471028

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

Modified:
  head/security/ykpers/Makefile

Modified: head/security/ykpers/Makefile
==============================================================================
--- head/security/ykpers/Makefile	Mon May 28 08:03:39 2018	(r471027)
+++ head/security/ykpers/Makefile	Mon May 28 08:34:18 2018	(r471028)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 PLIST_FILES=	bin/ykchalresp \
 		bin/ykinfo \
@@ -42,8 +43,5 @@ OPTIONS_DEFINE=	STATIC
 
 STATIC_CONFIGURE_ENABLE=	static
 STATIC_PLIST_FILES=		lib/libykpers-1.a
-
-regression-test: build
-	@(cd ${WRKSRC}; ${MAKE} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list