git: 1b2e484b9187 - main - benchmarks/ubench: Fix staging after 28cfe20550b8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jan 2024 23:38:23 UTC
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>