summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-02 17:41:15 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-02 17:41:51 +0000
commitd284d2414a38eb600cb5adfda9e720f63797b114 (patch)
treee4bf4a741f5282076faa23e27209999342b5a667 /benchmarks
parentnet/haproxy: fix build on recent -current. (diff)
benchmarks/mst-bench: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/mst-bench/Makefile6
1 files 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>