Ticket #16337: frotz-destroot.diff
File frotz-destroot.diff, 399 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
22 22 "${worksrcpath}/Makefile" 23 23 } 24 24 25 destroot { 26 reinplace "s|^PREFIX = ${prefix}|PREFIX = ${destroot}${prefix}|" \ 27 "${worksrcpath}/Makefile" 28 system "cd ${worksrcpath} && make install" 29 } 25 destroot.destdir PREFIX=${destroot}${prefix}