Ticket #26356: heyu-user.patch

File heyu-user.patch, 514 bytes (added by kpreid (Kevin Reid), 14 years ago)
  • Portfile

    old new  
    2929configure.args          darwin
    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
    3439        file copy ${worksrcpath}/x10config.sample ${destroot}${prefix}/etc/heyu/x10.conf.sample