Opened 2 years ago

Closed 2 days ago

#65237 closed defect (fixed)

perl5: man pages installed in the wrong directory

Reported by: mohd-akram (Mohamed Akram) Owned by: mojca (Mojca Miklavec)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc:
Port: perl5

Description

The Perl man pages are put in the man1p and man3p directories. Those directories are typically used for POSIX man pages. To match what macOS does in /usr/share/man, they should be put in man1 and man3.

Change History (4)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Cc: mojca removed
Summary: man pages are in the wrong directoryperl5: man pages installed in the wrong directory
Version: 2.7.2

comment:2 Changed 2 years ago by jmroot (Joshua Root)

FYI, this originated in r48955 as a way to avoid conflicts between perl* ports and p5-* ports that install some of the same man pages.

comment:3 in reply to:  2 Changed 2 days ago by mohd-akram (Mohamed Akram)

That seems to have been superseded by r94655 so it seems the conflict no longer exists.

comment:4 Changed 2 days ago by mohd-akram (Mohamed Akram)

Resolution: fixed
Status: assignedclosed

In 251b5c37e5b58eb14caae8f1d2ebfbf26acab7db/macports-ports (master):

perl5: move man pages to man1 and man3

Fixes: #65237

Note: See TracTickets for help on using tickets.