Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 09:02:49 +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: r461037 - head/security/ykclient
Message-ID:  <201802060902.w1692nVC040434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Feb  6 09:02:49 2018
New Revision: 461037
URL: https://svnweb.freebsd.org/changeset/ports/461037

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

Modified:
  head/security/ykclient/Makefile

Modified: head/security/ykclient/Makefile
==============================================================================
--- head/security/ykclient/Makefile	Tue Feb  6 09:02:45 2018	(r461036)
+++ head/security/ykclient/Makefile	Tue Feb  6 09:02:49 2018	(r461037)
@@ -10,6 +10,7 @@ MAINTAINER=	matt@mjslabs.com
 COMMENT=	Yubico C client library
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 BUILD_DEPENDS=	curl-config:ftp/curl \
@@ -18,6 +19,7 @@ BUILD_DEPENDS=	curl-config:ftp/curl \
 GNU_CONFIGURE=	yes
 USES=		libtool pkgconfig
 USE_LDCONFIG=	yes
+TEST_TARGET=	check
 
 PLIST_FILES=	bin/ykclient \
 		include/ykclient.h \
@@ -35,8 +37,5 @@ STATIC_CONFIGURE_ENABLE=	static
 STATIC_PLIST_FILES=		lib/libykclient.a
 
 MAKE_JOBS_UNSAFE=	yes
-
-regression-test: build
-	@(cd ${WRKSRC} && ${MAKE_CMD} check)
 
 .include <bsd.port.mk>



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