[MacPorts] #49992: sendpage: improve packaging
#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
participants (1)
-
MacPorts