mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
benchmarks/iozone21: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
87414bbfd1
commit
64632acc96
2 changed files with 3 additions and 2 deletions
|
@ -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= <
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue