diff --git a/devel/libjitterentropy/Makefile b/devel/libjitterentropy/Makefile index 2b6587d37959..d0244b038723 100644 --- a/devel/libjitterentropy/Makefile +++ b/devel/libjitterentropy/Makefile @@ -1,22 +1,24 @@ PORTNAME= libjitterentropy DISTVERSIONPREFIX= v DISTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org COMMENT= Hardware RNG based on CPU timing jitter WWW= https://www.chronox.de/jent.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.bsd USES= gmake -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= smuellerDD GH_PROJECT= jitterentropy-library +USE_LDCONFIG= yes + +INSTALL_TARGET= install install-static PLIST_SUB= PORTVERSION=${PORTVERSION} PORTVERSION_MAJOR=${PORTVERSION:C/\..*//} .include diff --git a/devel/libjitterentropy/pkg-plist b/devel/libjitterentropy/pkg-plist index 6057cad99935..871874e7e8a7 100644 --- a/devel/libjitterentropy/pkg-plist +++ b/devel/libjitterentropy/pkg-plist @@ -1,6 +1,7 @@ include/jitterentropy-base-user.h include/jitterentropy.h +lib/libjitterentropy.a lib/libjitterentropy.so lib/libjitterentropy.so.%%PORTVERSION_MAJOR%% lib/libjitterentropy.so.%%PORTVERSION%% share/man/man3/jitterentropy.3.gz