[Bug 274708] devel/icu man pages have changed source location for 73.2,1

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 25 Oct 2023 01:50:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274708

            Bug ID: 274708
           Summary: devel/icu man pages have changed source location for
                    73.2,1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: office@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
             Flags: maintainer-feedback?(office@FreeBSD.org)
          Assignee: office@FreeBSD.org

During the "make package" phase, I received "No such file or directory" for all
of the man pages identified in pkg-plist.
eg pkg-static: Unable to access file
/usr/ports/devel/icu/work/stage/usr/local/man/man1/derb.1.gz:No such file or
directory

However the files do exist in 
/usr/ports/devel/icu/work/stage/usr/local/share/man/man1  (note share/)

Applying the following, enabled a complete package.
sed -i -e "s|^man|share/man|g" /usr/ports/devel/icu/pkg-plist

OS: FreeBSD 12.4Stable.

-- 
You are receiving this mail because:
You are the assignee for the bug.