git: 161230a0a0fe - main - security/gnutls: Fix build with SRP option

From: Tijl Coosemans <tijl_at_FreeBSD.org>
Date: Tue, 11 Feb 2025 12:32:52 UTC
The branch main has been updated by tijl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=161230a0a0fed7ec6546d03d34a9a36c0ae2aba1

commit 161230a0a0fed7ec6546d03d34a9a36c0ae2aba1
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2025-02-11 12:28:39 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2025-02-11 12:32:19 +0000

    security/gnutls: Fix build with SRP option
    
    Prevent regeneration of srptool.1 man page.
    
    Reported by:    nork
---
 security/gnutls/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index 2916a9a9cef0..7f9712b57b9d 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -84,13 +84,13 @@ post-patch:
 		${WRKSRC}/doc/invoke-gnutls-serv.texi \
 		${WRKSRC}/doc/invoke-p11tool.texi \
 		${WRKSRC}/doc/invoke-srptool.texi \
+		${WRKSRC}/doc/srptool-examples.texi \
 		${WRKSRC}/doc/manpages/certtool.1 \
 		${WRKSRC}/doc/manpages/gnutls_priority_init2.3 \
 		${WRKSRC}/doc/manpages/gnutls-cli.1 \
 		${WRKSRC}/doc/manpages/gnutls-serv.1 \
 		${WRKSRC}/doc/manpages/p11tool.1 \
 		${WRKSRC}/doc/manpages/srptool.1 \
-		${WRKSRC}/doc/srptool-examples.texi \
 		${WRKSRC}/lib/includes/gnutls/pkcs11.h \
 		${WRKSRC}/lib/pkcs11.c \
 		${WRKSRC}/src/p11tool-options.c \