Date: Thu, 22 Feb 2024 12:03:28 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d81da9e2bc0 - main - benchmarks/flowgrind: Moved man to share/man Message-ID: <202402221203.41MC3SBV074643@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d81da9e2bc01ce13fd0d616b77cf9a818c769b1 commit 9d81da9e2bc01ce13fd0d616b77cf9a818c769b1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:58:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:03:01 +0000 benchmarks/flowgrind: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/flowgrind/Makefile | 3 ++- benchmarks/flowgrind/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index 12fd76dc011f..47978a962d0e 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -1,7 +1,7 @@ PORTNAME= flowgrind PORTVERSION= 0.8.2 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= dbaio@FreeBSD.org @@ -23,6 +23,7 @@ USES= autoreconf ssl USE_GITHUB= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= LIBS="${LIBS} -lpcap" .include <bsd.port.mk> diff --git a/benchmarks/flowgrind/pkg-plist b/benchmarks/flowgrind/pkg-plist index d3bd5e90e14f..5e018cccc0f0 100644 --- a/benchmarks/flowgrind/pkg-plist +++ b/benchmarks/flowgrind/pkg-plist @@ -1,6 +1,6 @@ bin/flowgrind bin/flowgrind-stop sbin/flowgrindd -man/man1/flowgrind-stop.1.gz -man/man1/flowgrind.1.gz -man/man1/flowgrindd.1.gz +share/man/man1/flowgrind-stop.1.gz +share/man/man1/flowgrind.1.gz +share/man/man1/flowgrindd.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221203.41MC3SBV074643>