benchmarks/mst-bench: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-02 17:41:15 +00:00
parent d4a8c16f3c
commit d284d2414a
1 changed files with 4 additions and 2 deletions

View File

@ -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>