Ticket #40168: Portfile-logrotate.diff

File Portfile-logrotate.diff, 677 bytes (added by nonstop.server@…, 11 years ago)

proposed patch

  • Portfile

    old new  
    6868        xinstall -m 644 -W ${worksrcpath} CHANGES COPYING \
    6969            logrotate.conf.example org.macports.logrotate.plist.example \
    7070                ${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
    7175
    7276    # The startupitem.install keyword does not exist in MacPorts < 2.1.
    7377    if {![info exists startupitem.install]} {