diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-04-09 19:53:33 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-04-09 19:53:33 +0000 |
commit | d6693e0a4990abf253e3316a983ff65eba002cc6 (patch) | |
tree | bdc54db50a56dd00e5db4b64e20660fb99eacd92 /security/bearssl | |
parent | 2ccfc730ab5743d231de993e64246aa846375728 (diff) |
Notes
Diffstat (limited to 'security/bearssl')
-rw-r--r-- | security/bearssl/Makefile | 5 |
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> |