#40410: psiconv @0.9.8: Enable universal variant ----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: psiconv | ----------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:3 c.herbig@…]:
Replying to [comment:2 ryandesign@…]:
I'm also increasing the revision because the mandir was wrong before. r110840 Strange, when I first tried it I got a warning about that not being there.
Another thing that changed in autotools land since 2005, besides support for universal variants, is the default location of the mandir. It used to be ${prefix}/man. MacPorts will warn about an mtree violation if a port installs files there. The port had tried to fix this by specifying `--mandir` in configure.args, but did so incorrectly: it specified `--mandir=${prefix}/share` when it should have specified `--mandir=${prefix}/share/man`. Now that the port runs autoreconf, the newly-generated configure script will place manpages in ${prefix}/share/man automatically without needing a configure.arg to tell it to do so. -- Ticket URL: <https://trac.macports.org/ticket/40410#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X