git: bca00cb08e4b - main - security/fuzz: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 13:20:00 UTC
The branch main has been updated by bofh:

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

commit bca00cb08e4ba74e47bdd79ce04d730bef7f61f2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 12:56:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:19:40 +0000

    security/fuzz: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/fuzz/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
index a0c81ccedc08..843deb300b8b 100644
--- a/security/fuzz/Makefile
+++ b/security/fuzz/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fuzz
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	SF
 
@@ -9,8 +9,9 @@ COMMENT=	Tool for testing software by bombarding the program with random data
 WWW=		https://fuzz.sourceforge.net/
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 PLIST_FILES=	bin/fuzz \
-		man/man1/fuzz.1.gz
+		share/man/man1/fuzz.1.gz
 
 .include <bsd.port.mk>