Bug 276205

Summary: benchmarks/ubench: fix path for INSTALL_MAN in do-install
Product: Ports & Packages Reporter: Ale <discipline>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhale
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fix do-install none

Description Ale 2024-01-08 20:24:50 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-08 23:39:06 UTC
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(-)
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2024-01-08 23:42:25 UTC
Should be fixed now. Thanks for the report!