Ticket #12677: atool-0.33.0.diff

File atool-0.33.0.diff, 1.0 KB (added by nox@…, 17 years ago)
  • Portfile

     
    11# $Id$
    22
    3 PortSystem 1.0
     3PortSystem      1.0
     4
    45name            atool
    5 version         0.32.0
     6version         0.33.0
    67categories      archivers
    78platforms       darwin
    89maintainers     expiation@devils.com
     
    1314
    1415master_sites    http://download.savannah.gnu.org/releases/atool/
    1516
    16 checksums       md5 f1e770f3a90dbdf956eb2516e921dc04
     17checksums       md5 7b069de13fa74dc1369d2d1efd43adbf \
     18                sha1 150589966518003376e502eb704404ee2af017a4 \
     19                rmd160 8cec1c25ef13212b7f7215cd72b2c009207a7751
     20
     21build           {}
    1722
    1823depends_build   port:perl5.8
    1924depends_run             port:perl5.8
    2025
    21 configure.args  --mandir=${prefix}/share/man
     26post-destroot {
     27        set docdir ${prefix}/share/doc/${name}-${version}
     28        xinstall -d ${destroot}${docdir}
     29        xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog NEWS README TODO \
     30                ${destroot}${docdir}
     31}
     32
     33universal_variant   no
     34