aboutsummaryrefslogtreecommitdiff
path: root/math/libtommath
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2017-09-16 10:55:08 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2017-09-16 10:55:08 +0000
commit90d63f0fbd13a6f973ee7d30515bc0d52efd92d9 (patch)
tree779826bdfeb103f078f1ead3951a45c31fbe8bc9 /math/libtommath
parent58833b10ddfbc4b5b36e83cbd50cb64e57d61b6a (diff)
downloadports-90d63f0fbd13a6f973ee7d30515bc0d52efd92d9.tar.gz
ports-90d63f0fbd13a6f973ee7d30515bc0d52efd92d9.zip
math/libtommath: fix PLIST, bump PORTREVISION
Notes
Notes: svn path=/head/; revision=449962
Diffstat (limited to 'math/libtommath')
-rw-r--r--math/libtommath/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index b517d24a4b1b..ee3a8eba8691 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libtommath
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://github.com/libtom/libtommath/releases/download/v${PORTVERSION}/
DISTNAME= ltm-${PORTVERSION}
@@ -21,8 +22,7 @@ PORTDOCS= *
PLIST_FILES= include/tommath.h \
include/tommath_class.h \
include/tommath_superclass.h \
- lib/libtommath.a \
- libdata/pkgconfig/libtommath.pc
+ lib/libtommath.a
OPTIONS_DEFINE= DOCS SHARED
@@ -31,7 +31,8 @@ SHARED_USES= libtool:build
SHARED_USE= LDCONFIG=yes
SHARED_PLIST_FILES= lib/libtommath.so \
lib/libtommath.so.${PORTVERSION:R:R} \
- lib/libtommath.so.${PORTVERSION}
+ lib/libtommath.so.${PORTVERSION} \
+ libdata/pkgconfig/libtommath.pc
SHARED_VARS= MAKEFILE=makefile.shared
SHARED_VARS_OFF= MAKEFILE=makefile