Ticket #40168: Portfile-logrotate.diff
File Portfile-logrotate.diff, 677 bytes (added by nonstop.server@…, 11 years ago) |
---|
-
Portfile
old new 68 68 xinstall -m 644 -W ${worksrcpath} CHANGES COPYING \ 69 69 logrotate.conf.example org.macports.logrotate.plist.example \ 70 70 ${destroot}${prefix}/share/${name} 71 xinstall -d ${destroot}${prefix}/share/man/man5 72 xinstall -m 644 ${worksrcpath}/logrotate.conf.5 ${destroot}${prefix}/share/man/man5 73 xinstall -d ${destroot}${prefix}/share/man/man8 74 xinstall -m 644 ${worksrcpath}/logrotate.8 ${destroot}${prefix}/share/man/man8 71 75 72 76 # The startupitem.install keyword does not exist in MacPorts < 2.1. 73 77 if {![info exists startupitem.install]} {