Ticket #26356: heyu-user.patch
File heyu-user.patch, 514 bytes (added by kpreid (Kevin Reid), 14 years ago) |
---|
-
Portfile
old new 29 29 configure.args darwin 30 30 configure.cmd ./Configure 31 31 32 post-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 32 37 post-destroot { 33 38 xinstall -d ${destroot}${prefix}/etc/heyu 34 39 file copy ${worksrcpath}/x10config.sample ${destroot}${prefix}/etc/heyu/x10.conf.sample