Ticket #42499: Portfile.diff

File Portfile.diff, 1.1 KB (added by florian@…, 10 years ago)

Portfile patch

  • science/dcw-gmt/Portfile

     
    44PortSystem          1.0
    55
    66name                dcw-gmt
    7 version             1.1.0
     7version             1.1.1
    88categories          science
    99platforms           darwin
    1010supported_archs     noarch
     
    2323homepage            http://www.soest.hawaii.edu/pwessel/dcw/index.html
    2424master_sites        http://www.soest.hawaii.edu/pwessel/dcw \
    2525                    ftp://ftp.soest.hawaii.edu/dcw
    26 checksums           md5     87c050c1d6462f2c872ea0f23f920427 \
    27                     sha1    de6fdbab2ed5864918d5460aad778f95c129f5b0 \
    28                     rmd160  3b6c604bb3a41c0209452137febd9bcacb23db8e
     26checksums           md5     f37787b207006708d7385722066817c7 \
     27                    sha1    deca85f21426604c8574a18d16c931a1fd9ae27b \
     28                    rmd160  660098d06283f93ad6cc7b5c5c49ca4d90b15d7d
    2929
    3030use_configure       no
    3131build {}
    3232
    3333destroot {
    34     copy ${worksrcpath} ${destroot}${prefix}/share/${name}
     34    file mkdir ${destroot}${prefix}/share/gmt
     35    copy ${worksrcpath} ${destroot}${prefix}/share/gmt/dcw
    3536}
    3637
    3738livecheck.type      regex