[MacPorts] #49992: sendpage: improve packaging
MacPorts
noreply at macports.org
Sat Dec 12 02:48:49 PST 2015
#49992: sendpage: improve packaging
-------------------------+--------------------------------
Reporter: mojca@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: sendpage
-------------------------+--------------------------------
The `sendpage` Portfile seems a bit weird, as if it could use some
functions from the perl5 PortGroup rather than hardcoding this in the
`destroot` phase for example:
{{{
destroot {
system "cd ${worksrcpath} && ${perl5.bin} Makefile.PL
INSTALLDIRS=vendor CC='${configure.cc}' LD='${configure.cc}'"
system "cd ${worksrcpath} && make"
system "cd ${worksrcpath} && make install DESTDIR='${destroot}'"
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/49992>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list