New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 83010


Ignore:
Timestamp:
08/23/11 01:39:47 (4 years ago)
Author:
jmr@…
Message:

heyu: fix hardcoded installing of files as root/wheel (#26356)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/comms/heyu/Portfile

    r50984 r83010  
    3030configure.cmd           ./Configure 
    3131 
     32post-patch { 
     33  reinplace "s|OWNER *= *root|OWNER = ${install.user}|g" ${worksrcpath}/Configure 
     34  reinplace "s|GROUP *= *wheel|GROUP = ${install.group}|g" ${worksrcpath}/Configure 
     35} 
     36 
    3237post-destroot { 
    3338        xinstall -d ${destroot}${prefix}/etc/heyu 
Note: See TracChangeset for help on using the changeset viewer.