svn commit: r416598 - head/security/bugs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 9 13:13:40 UTC 2016


Author: amdmi3
Date: Thu Jun  9 13:13:39 2016
New Revision: 416598
URL: https://svnweb.freebsd.org/changeset/ports/416598

Log:
  - Add LICENSE_FILE
  - Switch to new test framework

Modified:
  head/security/bugs/Makefile

Modified: head/security/bugs/Makefile
==============================================================================
--- head/security/bugs/Makefile	Thu Jun  9 13:04:57 2016	(r416597)
+++ head/security/bugs/Makefile	Thu Jun  9 13:13:39 2016	(r416598)
@@ -11,10 +11,12 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Great cryptographic library and sample programs
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake tar:tgz
 MAKE_ARGS=	CC="${CC}" BFLAG="${CFLAGS}" \
 		INSTALL_PATH="${PREFIX}/${DISTNAME}"
+TEST_TARGET=	test
 
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 
@@ -53,9 +55,4 @@ post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
-test: build
-	${MAKE_CMD} -C ${WRKSRC} test
-
-regression-test: test
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list