Date: Mon, 8 Jan 2024 23:38:23 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b2e484b9187 - main - benchmarks/ubench: Fix staging after 28cfe20550b8 Message-ID: <202401082338.408NcNsA027822@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b2e484b9187c08600f3501e4e2887bb6a331b6d commit 1b2e484b9187c08600f3501e4e2887bb6a331b6d Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-01-08 23:33:35 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-01-08 23:36:38 +0000 benchmarks/ubench: Fix staging after 28cfe20550b8 PR: 276205 Reported by: Ale <discipline@tiscali.it>, vvd (on the lists) Approved by: portmgr (blanket) --- benchmarks/ubench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile index 6380bc9c8112..b3cb300e3948 100644 --- a/benchmarks/ubench/Makefile +++ b/benchmarks/ubench/Makefile @@ -18,6 +18,6 @@ PLIST_FILES= bin/ubench \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ubench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401082338.408NcNsA027822>