[MacPorts] #67081: asciidoc: installs documentation in the wrong directory
MacPorts
noreply at macports.org
Sat Mar 11 11:20:39 UTC 2023
#67081: asciidoc: installs documentation in the wrong directory
-------------------------+------------------------
Reporter: ryandesign | Owner: neverpanic
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: fixed | Keywords:
Port: asciidoc |
-------------------------+------------------------
Changes (by neverpanic):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"abccbbb95ed65603d2e846149c92d955a5b2b975/macports-ports"
abccbbb95ed65603d2e846149c92d955a5b2b975/macports-ports] (master):
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="abccbbb95ed65603d2e846149c92d955a5b2b975"
asciidoc: Fix documentation install directory
The default for docdir is ${datarootdir}/doc/${PACKAGE_TARNAME}, and
while these have the values we expect them to have in the configure
script, this variable is left unexpanded and ${PACKAGE_TARNAME} is not
defined in the Makefile after Makefile generation, ends up empty, and
the documentation is installed in ${datarootdir}/doc. This is clearly
a bug, but I'm not sure whether it is in autoconf or asciidoc.
Closes: https://trac.macports.org/ticket/67081
}}}
--
Ticket URL: <https://trac.macports.org/ticket/67081#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list