git: 882edec21f0a - main - www/cadaver: Moved manpages to share/man

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Fri, 23 Feb 2024 14:09:15 UTC
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=882edec21f0a7c735d685f24da4ef51c90fdbe3f

commit 882edec21f0a7c735d685f24da4ef51c90fdbe3f
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2024-02-23 14:08:17 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2024-02-23 14:09:04 +0000

    www/cadaver: Moved manpages to share/man
    
    Approved by:    portmgr (blanket)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 www/cadaver/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index ac1c5b9c63f2..097dc53c64ef 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cadaver
 PORTVERSION=	0.24
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	https://notroj.github.io/cadaver/
 
@@ -12,9 +13,10 @@ LIB_DEPENDS=	libneon.so:www/neon
 USES=		ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-netrc --with-ssl
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 PLIST_FILES=	bin/cadaver \
-		man/man1/cadaver.1.gz
+		share/man/man1/cadaver.1.gz
 
 # Neither expat nor libneon are needed at all, but the configure
 # script breaks if it can not find the Makefile* in them. Exclude