aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:00:48 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-22 12:03:03 +0000
commit64632acc96952209f4dd652aebbf55a8dbfd54d5 (patch)
tree94eee158d3247b4bcf701cb559d69d85dc7a48bf
parent87414bbfd1d98328c3c98a3b5291d5fec3c37539 (diff)
downloadports-64632acc96952209f4dd652aebbf55a8dbfd54d5.tar.gz
ports-64632acc96952209f4dd652aebbf55a8dbfd54d5.zip
benchmarks/iozone21: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--benchmarks/iozone21/Makefile3
-rw-r--r--benchmarks/iozone21/files/patch-Makefile2
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