benchmarks/iozone21: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-22 13:00:48 +01:00
parent 87414bbfd1
commit 64632acc96
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 2 deletions

View File

@ -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= <

View File

@ -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