mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
benchmarks/pipebench: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b7a955a0eb
commit
2a4eb85e37
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= pipebench
|
PORTNAME= pipebench
|
||||||
PORTVERSION= 0.40
|
PORTVERSION= 0.40
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
||||||
|
|
||||||
|
@ -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
|
WWW= https://www.habets.pp.se/synscan/programs.php?prog=pipebench
|
||||||
|
|
||||||
PLIST_FILES= bin/pipebench \
|
PLIST_FILES= bin/pipebench \
|
||||||
man/man1/pipebench.1.gz
|
share/man/man1/pipebench.1.gz
|
||||||
|
|
||||||
CFLAGS+= -w -pedantic
|
CFLAGS+= -w -pedantic
|
||||||
|
|
||||||
|
@ -18,6 +19,6 @@ do-build:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue