diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-16 18:55:08 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-09-16 18:55:08 +0800 |
commit | 9cb9872decac749ac339fb674a3bf8c004db9e0d (patch) | |
tree | 779826bdfeb103f078f1ead3951a45c31fbe8bc9 /math | |
parent | 20d150bed2a0562a88293380723c0d53e54a0726 (diff) | |
download | freebsd-ports-gnome-9cb9872decac749ac339fb674a3bf8c004db9e0d.tar.gz freebsd-ports-gnome-9cb9872decac749ac339fb674a3bf8c004db9e0d.tar.zst freebsd-ports-gnome-9cb9872decac749ac339fb674a3bf8c004db9e0d.zip |
math/libtommath: fix PLIST, bump PORTREVISION
Diffstat (limited to 'math')
-rw-r--r-- | math/libtommath/Makefile | 7 |
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 |