Date: Thu, 22 Feb 2024 12:03:27 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: c7d22bd5fadf - main - benchmarks/dbench: Moved man to share/man Message-ID: <202402221203.41MC3ROO074598@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=c7d22bd5fadf665cfaf9573bbeb1cea148772405 commit c7d22bd5fadf665cfaf9573bbeb1cea148772405 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:55:51 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:03:00 +0000 benchmarks/dbench: Moved man to share/man Approved by: portmgr (blanket) --- benchmarks/dbench/Makefile | 3 ++- benchmarks/dbench/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index b558c46407b3..bd9d3d5ad7a5 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -1,6 +1,6 @@ PORTNAME= dbench PORTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MASTER_SITES= SAMBA/tridge/dbench @@ -16,6 +16,7 @@ CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USES= autoreconf GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--datadir=${DATADIR} post-install: diff --git a/benchmarks/dbench/pkg-plist b/benchmarks/dbench/pkg-plist index af67e466eb5c..d91767488072 100644 --- a/benchmarks/dbench/pkg-plist +++ b/benchmarks/dbench/pkg-plist @@ -1,7 +1,7 @@ bin/dbench bin/tbench bin/tbench_srv -man/man1/dbench.1.gz -man/man1/tbench.1.gz -man/man1/tbench_srv.1.gz +share/man/man1/dbench.1.gz +share/man/man1/tbench.1.gz +share/man/man1/tbench_srv.1.gz %%DATADIR%%/client.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221203.41MC3ROO074598>