git: f90cebced8e7 - main - benchmarks/ior: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 17:33:16 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f90cebced8e746ee931ece83961d73c1b75abf9b
commit f90cebced8e746ee931ece83961d73c1b75abf9b
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-02 17:32:16 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-02 17:32:16 +0000
benchmarks/ior: Move man pages to share/man
Approved by: portmgr (blanket)
---
benchmarks/ior/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/benchmarks/ior/Makefile b/benchmarks/ior/Makefile
index 768637c91bdc..1c3ead8a46a7 100644
--- a/benchmarks/ior/Makefile
+++ b/benchmarks/ior/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ior
DISTVERSION= 3.3.0-20230112
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= benchmarks
MAINTAINER= yuri@FreeBSD.org
@@ -16,13 +16,14 @@ GH_ACCOUNT= hpc
GH_TAGNAME= 24d5d41
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
TEST_TARGET= check
PLIST_FILES= bin/ior \
bin/md-workbench \
bin/mdtest \
- man/man1/mdtest.1.gz
+ share/man/man1/mdtest.1.gz
post-install: # see https://github.com/hpc/ior/issues/454
@${RM} \