Ticket #18681: mesa.diff

File mesa.diff, 529 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago)
  • Portfile

     
    9494        }
    9595
    9696        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
    10098        }
    10199
    102100}