Ticket #18681: mesa.diff
File mesa.diff, 529 bytes (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
94 94 } 95 95 96 96 post-destroot { 97 xinstall -o root -m 755 -d "${destroot}${prefix}/bin" 98 xinstall -o root -m 755 "${worksrcpath}/progs/xdemos/glxgears" "${destroot}/${prefix}/bin" 99 xinstall -o root -m 755 "${worksrcpath}/progs/xdemos/glxinfo" "${destroot}/${prefix}/bin" 97 xinstall -m 755 -W ${worksrcpath}/progs/xdemos glxgears glxinfo ${destroot}${prefix}/bin 100 98 } 101 99 102 100 }