mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
benchmarks/ior: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4746274b7a
commit
f90cebced8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= ior
|
PORTNAME= ior
|
||||||
DISTVERSION= 3.3.0-20230112
|
DISTVERSION= 3.3.0-20230112
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -16,13 +16,14 @@ GH_ACCOUNT= hpc
|
||||||
GH_TAGNAME= 24d5d41
|
GH_TAGNAME= 24d5d41
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
PLIST_FILES= bin/ior \
|
PLIST_FILES= bin/ior \
|
||||||
bin/md-workbench \
|
bin/md-workbench \
|
||||||
bin/mdtest \
|
bin/mdtest \
|
||||||
man/man1/mdtest.1.gz
|
share/man/man1/mdtest.1.gz
|
||||||
|
|
||||||
post-install: # see https://github.com/hpc/ior/issues/454
|
post-install: # see https://github.com/hpc/ior/issues/454
|
||||||
@${RM} \
|
@${RM} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue