svn commit: r466402 - head/math/mpfr

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 4 08:33:31 UTC 2018


Author: amdmi3
Date: Wed Apr  4 08:33:30 2018
New Revision: 466402
URL: https://svnweb.freebsd.org/changeset/ports/466402

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Remove unneeded regression-test target (the port supports 'make test')
  
  Approved by:	portmgr blanket

Modified:
  head/math/mpfr/Makefile

Modified: head/math/mpfr/Makefile
==============================================================================
--- head/math/mpfr/Makefile	Wed Apr  4 08:31:46 2018	(r466401)
+++ head/math/mpfr/Makefile	Wed Apr  4 08:33:30 2018	(r466402)
@@ -14,7 +14,8 @@ PATCH_DIST_STRIP=	-p1
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	Library for multiple-precision floating-point computations
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
+LICENSE_FILE=	${WRKSRC}/COPYING.LESSER
 
 #PATCH_DEPENDS=	gpatch:devel/patch
 LIB_DEPENDS=	libgmp.so:math/gmp
@@ -33,8 +34,5 @@ USE_LDCONFIG=	yes
 INFO=		mpfr
 
 PORTDOCS=	*
-
-regression-test: build
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list