maintainer-feedback requested: [Bug 271625] graphics/png: manpages installed into wrong directory
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 271625] graphics/png: manpages installed into wrong directory"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 May 2023 08:26:31 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 271625: graphics/png: manpages installed into wrong directory
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271625
--- Description ---
I see the following on my system:
ldadocgen@deblndw013x2j:/usr/local/share
$ tree man
man
├── man3
│ ├── libpng.3.gz
│ └── libpngpf.3.gz
├── man5
│ └── png.5.gz
└── mandoc.db
3 directories, 4 files
(All) other ports have moved to /usr/local/man at some point in time. Obviously
--mandir must not start with --datadir, but with --prefix I guess?
${LOCALBASE}/man?
The port uses CMake, AFAIC, flags need to change. Please fix the MANDIR.