git: 2242feb634a1 - main - security/cyrus-sasl2: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man

From: Hajimu UMEMOTO <ume_at_FreeBSD.org>
Date: Sun, 14 Apr 2024 10:24:54 UTC
The branch main has been updated by ume:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2242feb634a13befbad148b4295a9926a755d66f

commit 2242feb634a13befbad148b4295a9926a755d66f
Author:     Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2024-04-14 10:24:03 +0000
Commit:     Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2024-04-14 10:24:03 +0000

    security/cyrus-sasl2: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
---
 security/cyrus-sasl2/Makefile.common | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index 620143f4753b..44e686db7afc 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -12,7 +12,6 @@ USES+=		gmake
 USE_LDCONFIG=	yes
 USES+=		ssl
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc \
 		--with-configdir=${PREFIX}/lib/sasl2:${PREFIX}/etc/sasl2 \