git: ac84547d842d - main - devel/cproto: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 29 Jan 2024 22:26:34 UTC
The branch main has been updated by bofh:

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

commit ac84547d842d8f7a0887b7270059144f576d0245
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 22:22:46 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 22:26:03 +0000

    devel/cproto: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/cproto/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile
index be855ff4a428..221d01c8f1d8 100644
--- a/devel/cproto/Makefile
+++ b/devel/cproto/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cproto
 PORTVERSION=	4.7k
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://invisible-island.net/cproto/
 
@@ -11,7 +12,8 @@ LICENSE=	PD
 
 USES=		tar:tgz
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
-PLIST_FILES=	bin/cproto man/man1/cproto.1.gz
+PLIST_FILES=	bin/cproto share/man/man1/cproto.1.gz
 
 .include <bsd.port.mk>