Index: head/security/bearssl/Makefile =================================================================== --- head/security/bearssl/Makefile (revision 438115) +++ head/security/bearssl/Makefile (revision 438116) @@ -1,23 +1,22 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= bearssl PORTVERSION= 0.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ MAINTAINER= feld@FreeBSD.org 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