diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-21 09:37:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-11-21 09:37:32 +0000 |
commit | 0283ac519dd2f6b78d5b24848e2649ccf3edd892 (patch) | |
tree | b8102ac5375d2bc1ed32789fa8566a21f0bf3c0c /security/libfido2/Makefile | |
parent | a41a73f4302152097d3e5ab7a8a043ab44021710 (diff) | |
download | ports-0283ac519dd2f6b78d5b24848e2649ccf3edd892.tar.gz ports-0283ac519dd2f6b78d5b24848e2649ccf3edd892.zip |
Notes
Diffstat (limited to 'security/libfido2/Makefile')
-rw-r--r-- | security/libfido2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile index 74b7a8b3d15c..aa7075c2391c 100644 --- a/security/libfido2/Makefile +++ b/security/libfido2/Makefile @@ -24,10 +24,4 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} OPTIONS_DEFINE= DOCS -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e '/libcrypto/d' ${WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|endian.h|sys/&|' ${WRKSRC}/CMakeLists.txt ${WRKSRC}/openbsd-compat/openbsd-compat.h - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |