Skip to content

Commit

Permalink
benchmarks/pipebench: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent b7a955a commit 2a4eb85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmarks/pipebench/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pipebench
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://www.habets.pp.se/synscan/files/

Expand All @@ -8,7 +9,7 @@ COMMENT= Pipebench shows current throughput/amount of data through a pipe
WWW= https://www.habets.pp.se/synscan/programs.php?prog=pipebench

PLIST_FILES= bin/pipebench \
man/man1/pipebench.1.gz
share/man/man1/pipebench.1.gz

CFLAGS+= -w -pedantic

Expand All @@ -18,6 +19,6 @@ do-build:

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 2a4eb85

Please sign in to comment.