Created attachment 247533 [details] fix do-install With commit 28cfe20 (MANPREFIX removal), in PLIST_FILES share/ has been prepended to man/ but that change is not reflected in do-install target. # make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: man/man8/ubench.8.gz ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: share/man/man8/ubench.8.gz ===> Error: Plist issues found. *** Error code 1
A commit in branch main references this bug: 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(-)
Should be fixed now. Thanks for the report!