summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/libtommath/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index c08f0c95619a..a90eb76d0d3d 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libtommath
DISTVERSION= 1.1.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${DISTVERSION}/
DISTNAME= ltm-${DISTVERSION}
@@ -10,11 +10,12 @@ DISTNAME= ltm-${DISTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Comprehensive, modular, and portable mathematical routines
-LICENSE= PD WTFPL
-LICENSE_COMB= dual
+LICENSE= UNLICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
USES= gmake tar:xz
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
ALL_TARGET= default
CFLAGS+= -fPIC
PORTDOCS= *