git: 64632acc9695 - main - benchmarks/iozone21: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Thu, 22 Feb 2024 12:03:31 UTC
The branch main has been updated by bofh:

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

commit 64632acc96952209f4dd652aebbf55a8dbfd54d5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-22 12:00:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-22 12:03:03 +0000

    benchmarks/iozone21: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 benchmarks/iozone21/Makefile             | 3 ++-
 benchmarks/iozone21/files/patch-Makefile | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 6f1cc32ee53d..94f9451093c1 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	iozone
 PORTVERSION=	2.01
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	ftp://ftp.cs.uni-sb.de/pub/others/
 EXTRACT_SUFX=	.shar.gz
@@ -12,7 +13,7 @@ WWW=		https://www.iozone.org/
 CONFLICTS_INSTALL=	iozone
 
 PLIST_FILES=	bin/iozone \
-		man/man1/iozone.1.gz
+		share/man/man1/iozone.1.gz
 
 EXTRACT_CMD=	( ${GZCAT} | ${AWK} '{if (/^\#!/) x++} {if(x) print $$0'}| ${SH} )
 EXTRACT_BEFORE_ARGS=	<
diff --git a/benchmarks/iozone21/files/patch-Makefile b/benchmarks/iozone21/files/patch-Makefile
index 8e06f82b0a62..ac4b371927de 100644
--- a/benchmarks/iozone21/files/patch-Makefile
+++ b/benchmarks/iozone21/files/patch-Makefile
@@ -33,4 +33,4 @@
 +		 {if (x) print $0}' >>iozone.1
 +	@echo .Sh AUTHOR >> iozone.1
 +	@echo Bill Norcott >> iozone.1
-+	${BSD_INSTALL_MAN} iozone.1 $(DESTDIR)${PREFIX}/man/man1
++	${BSD_INSTALL_MAN} iozone.1 $(DESTDIR)${PREFIX}/share/man/man1