aboutsummaryrefslogtreecommitdiff
path: root/security/bearssl
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-04-09 19:53:33 +0000
committerMark Felder <feld@FreeBSD.org>2017-04-09 19:53:33 +0000
commitd6693e0a4990abf253e3316a983ff65eba002cc6 (patch)
treebdc54db50a56dd00e5db4b64e20660fb99eacd92 /security/bearssl
parent2ccfc730ab5743d231de993e64246aa846375728 (diff)
Notes
Diffstat (limited to 'security/bearssl')
-rw-r--r--security/bearssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
index e74c1a959318..7a6849278ba4 100644
--- a/security/bearssl/Makefile
+++ b/security/bearssl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bearssl
PORTVERSION= 0.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://bearssl.org/
@@ -12,12 +12,11 @@ COMMENT= Implementation of TLS/SSL in C
LICENSE= MIT
-USES= compiler
USE_GCC= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${LOCALBASE}/bin/
- ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${STAGEDIR}${LOCALBASE}/lib/
+ ${INSTALL_LIB} ${WRKSRC}/build/libbearssl.so ${STAGEDIR}${LOCALBASE}/lib/
(cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include)
.include <bsd.port.mk>