Date: Wed, 21 Feb 2024 15:17:57 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7640e3419845 - main - benchmarks/iperf: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Message-ID: <202402211517.41LFHvPG013845@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7640e34198452a2dbb8897a383ee2a9ebf0fbdf1 commit 7640e34198452a2dbb8897a383ee2a9ebf0fbdf1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:25:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:17 +0000 benchmarks/iperf: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- benchmarks/iperf/Makefile | 1 + benchmarks/iperf/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index 9eea69ab1adb..e07ae7955594 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE USES= cpe GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPE_VENDOR= iperf_project diff --git a/benchmarks/iperf/pkg-plist b/benchmarks/iperf/pkg-plist index 25c67af8d3c0..1c754c41eb64 100644 --- a/benchmarks/iperf/pkg-plist +++ b/benchmarks/iperf/pkg-plist @@ -1,6 +1,6 @@ bin/iperf -man/man1/iperf.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/dast.gif %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/ui_license.html +share/man/man1/iperf.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211517.41LFHvPG013845>