git: d284d2414a38 - main - benchmarks/mst-bench: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 17:42:03 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=d284d2414a38eb600cb5adfda9e720f63797b114 commit d284d2414a38eb600cb5adfda9e720f63797b114 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 17:41:15 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 17:41:51 +0000 benchmarks/mst-bench: Move man pages to share/man Approved by: portmgr (blanket) --- benchmarks/mst-bench/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/mst-bench/Makefile b/benchmarks/mst-bench/Makefile index e76187622cd9..fae60d276d6e 100644 --- a/benchmarks/mst-bench/Makefile +++ b/benchmarks/mst-bench/Makefile @@ -1,5 +1,6 @@ PORTNAME= MST-Bench DISTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= jwb@FreeBSD.org @@ -10,9 +11,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes - GH_ACCOUNT= outpaddling -PLIST_FILES= bin/mst-bench man/man1/mst-bench.1.gz +MAKE_ARGS= MANDIR=${PREFIX}/share/man + +PLIST_FILES= bin/mst-bench share/man/man1/mst-bench.1.gz .include <bsd.port.mk>