summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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