summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 21:45:44 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 22:05:28 +0800
commit6df2cc57695d9e7a6f82432c66437feaf717f7b2 (patch)
treeadc50aca5d3a5ea65ad08e7cef735ea65e6ba2c6
parentsecurity/libssh: Use USES=pathfix to fix .pc installation (diff)
security/nettle: Use bundled nettle.info
-rw-r--r--security/nettle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index 8867eca464ce..c8ba2ed6e855 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSERv3
BUILD_DEPENDS= gmp>=6.1.0:math/gmp
LIB_DEPENDS= libgmp.so:math/gmp
-USES= compiler:c11 cpe gmake localbase makeinfo pathfix
+USES= compiler:c11 cpe gmake localbase pathfix
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ENV= M4="/usr/bin/m4 -g"
@@ -43,6 +43,7 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so
+ ${INSTALL_DATA} ${WRKSRC}/nettle.info ${STAGEDIR}${PREFIX}/${INFO_PATH}/nettle.info
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}