git: 62f9b2b059f8 - main - benchmarks/netperf: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 17:49:14 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=62f9b2b059f8ce959a0b80ebaaac8b534cb60d81 commit 62f9b2b059f8ce959a0b80ebaaac8b534cb60d81 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-02 17:48:25 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-02 17:48:25 +0000 benchmarks/netperf: Move man pages to share/man Approved by: portmgr (blanket) --- benchmarks/netperf/Makefile | 3 ++- benchmarks/netperf/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/benchmarks/netperf/Makefile b/benchmarks/netperf/Makefile index 51f35e113f64..0e2031b6f7f2 100644 --- a/benchmarks/netperf/Makefile +++ b/benchmarks/netperf/Makefile @@ -1,6 +1,6 @@ PORTNAME= netperf PORTVERSION= 2.7.1.p20210121 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= benchmarks MAINTAINER= marius@FreeBSD.org @@ -25,6 +25,7 @@ SOCKETS_DESC= Enable Unix Domain socket support USE_CSTD= gnu89 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-burst --enable-demo --enable-dirty --enable-intervals CFLAGS+= -fcommon diff --git a/benchmarks/netperf/pkg-plist b/benchmarks/netperf/pkg-plist index 73f44aafa332..73b73f789f92 100644 --- a/benchmarks/netperf/pkg-plist +++ b/benchmarks/netperf/pkg-plist @@ -1,7 +1,7 @@ bin/netperf bin/netserver -man/man1/netperf.1.gz -man/man1/netserver.1.gz +share/man/man1/netperf.1.gz +share/man/man1/netserver.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/arr_script %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bloat.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/find_max_burst.sh