Opened 15 years ago

Closed 15 years ago

#20463 closed enhancement (fixed)

The mtree should include ${prefix}/lib/pkgconfig

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts 1.8.0
Component: base Version: 1.7.1
Keywords: Cc:
Port:

Description

There are a few ports which install pkgconfig files manually, and they need to first create the pkgconfig directory like this:

pre-destroot {
    xinstall -d ${destroot}${prefix}/lib/pkgconfig
}

To make this unnecessary, I think it makes sense for this directory to be a part of the standard mtree, and thus for MacPorts to create it automatically before the destroot phase runs.

Change History (1)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.