aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-04 08:33:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-04-04 08:33:30 +0000
commit3f792c9f3cc112ef83073408e9ad56f41b3761cf (patch)
treea1ef8808c62d5ca0d0afe123b3a7ea5d6e21e9e1 /math
parentc52e3a426f9be6281d75f4b4f8ee43939004f6e0 (diff)
- Fix LICENSE
- Add LICENSE_FILE - Remove unneeded regression-test target (the port supports 'make test') Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=466402
Diffstat (limited to 'math')
-rw-r--r--math/mpfr/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile
index 97734413f700..3b261ed9d58e 100644
--- a/math/mpfr/Makefile
+++ b/math/mpfr/Makefile
@@ -14,7 +14,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= ale@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
@@ -34,7 +35,4 @@ INFO= mpfr
PORTDOCS= *
-regression-test: build
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-
.include <bsd.port.mk>