Date: Sat, 2 Mar 2024 17:42:03 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d284d2414a38 - main - benchmarks/mst-bench: Move man pages to share/man Message-ID: <202403021742.422Hg3ZP036507@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403021742.422Hg3ZP036507>