aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2024-01-08 23:33:35 +0000
committerJason E. Hale <jhale@FreeBSD.org>2024-01-08 23:36:38 +0000
commit1b2e484b9187c08600f3501e4e2887bb6a331b6d (patch)
tree7b1adac8b0fd790c8a27ae46766ecd8857441a79
parentf5e9591cb16aaf6c7461a7d3b370e041a69b7d99 (diff)
downloadports-1b2e484b9187c08600f3501e4e2887bb6a331b6d.tar.gz
ports-1b2e484b9187c08600f3501e4e2887bb6a331b6d.zip
benchmarks/ubench: Fix staging after 28cfe20550b8
PR: 276205 Reported by: Ale <discipline@tiscali.it>, vvd (on the lists) Approved by: portmgr (blanket)
-rw-r--r--benchmarks/ubench/Makefile2
1 files changed, 1 insertions, 1 deletions
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>