Changeset 97677


Ignore:
Timestamp:
Sep 11, 2012, 8:14:25 PM (12 years ago)
Author:
pixilla@…
Message:

sysutils/logrotate:

  • Add License GPL-2.
  • Add COPYING and CHANGES files to share/logrotate.
  • Revbump to build distributable package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/logrotate/Portfile

    r97466 r97677  
    66name                logrotate
    77version             3.8.2
     8revision            1
    89categories          sysutils
     10platforms           darwin
     11license             GPL-2
    912maintainers         pixilla openmaintainer
    10 platforms           darwin
    1113
    1214description         Rotates, compresses, and mails system logs
     
    5658post-destroot {
    5759    xinstall -d ${destroot}${prefix}/share/${name}
     60        xinstall -m 644 -W ${worksrcpath} CHANGES COPYING \
     61                ${destroot}${prefix}/share/${name}
    5862    set fp [open ${destroot}${prefix}/share/${name}/logrotate.conf.example w]
    5963    puts $fp \
Note: See TracChangeset for help on using the changeset viewer.