Ticket #44008: logwatch-filespath.diff
File logwatch-filespath.diff, 614 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
49 49 50 50 # startup item 51 51 file mkdir ${destroot}${prefix}/etc/LaunchDaemons/${name} 52 file copy files/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist52 file copy ${filespath}/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist 53 53 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist 54 54 } 55 55