Date: Mon, 28 May 2018 08:34:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471028 - head/security/ykpers Message-ID: <201805280834.w4S8YIEE056789@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805280834.w4S8YIEE056789>