benchmarks/ubench: Fix staging after 28cfe20550

PR:		276205
Reported by:	Ale <discipline@tiscali.it>, vvd (on the lists)
Approved by:	portmgr (blanket)
This commit is contained in:
Jason E. Hale 2024-01-08 18:33:35 -05:00
parent f5e9591cb1
commit 1b2e484b91
1 changed files with 1 additions and 1 deletions

View File

@ -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>