Changeset 98665


Ignore:
Timestamp:
Oct 12, 2012, 11:20:17 AM (12 years ago)
Author:
ryandesign@…
Message:

youtube-dl: update to 2012.10.09; now includes a manpage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/youtube-dl/Portfile

    r98198 r98665  
    55PortGroup           github 1.0
    66
    7 github.setup        rg3 youtube-dl 2012.09.27
     7github.setup        rg3 youtube-dl 2012.10.09
    88categories          net
    99platforms           darwin
     
    1818homepage            http://rg3.github.com/youtube-dl/
    1919
    20 checksums           rmd160  dab477dc6899ec757d955e8c32a577ad534e6d3a \
    21                     sha256  45e88c1a5b81e633bddd43d5363e7ade92af2eeb534c37a5170f4b68d73605ea
     20checksums           rmd160  6e85c2a178ecdf78db0861b3d92e7226efa529c2 \
     21                    sha256  c32dea0e97ab3e388d27ec1f035d83c4f98d82e4c8bac61f367fa9e6e9797acc
    2222
    2323depends_build       bin:zip:zip
     
    3131use_configure       no
    3232
    33 build.target        compile
     33build.target        ${name}
    3434
    3535destroot {
    36     copy ${worksrcpath}/${name} ${destroot}${prefix}/bin
    37     set docdir ${destroot}${prefix}/share/doc/${name}
    38     xinstall -d ${docdir}
    39     copy ${worksrcpath}/README.md ${docdir}
     36    xinstall -W ${worksrcpath} ${name} ${destroot}${prefix}/bin
     37    xinstall -m 644 -W ${worksrcpath} ${name}.1 ${destroot}${prefix}/share/man/man1
     38    set docdir ${prefix}/share/doc/${name}
     39    xinstall -d ${destroot}${docdir}
     40    xinstall -m 644 -W ${worksrcpath} README.md ${destroot}${docdir}
    4041}
Note: See TracChangeset for help on using the changeset viewer.