Skip to content

Commit

Permalink
benchmarks/mst-bench: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 2, 2024
1 parent d4a8c16 commit d284d24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benchmarks/mst-bench/Makefile
@@ -1,5 +1,6 @@
PORTNAME= MST-Bench
DISTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= benchmarks

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -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>

0 comments on commit d284d24

Please sign in to comment.