Ticket #42303: normalizeNumexp-waf.diff

File normalizeNumexp-waf.diff, 1.2 KB (added by raimue (Rainer Müller), 10 years ago)
  • Users/raimue/src/macports/trunk/dports/textproc/normalizeNumexp/Portfile

     
    33
    44PortSystem          1.0
    55PortGroup           github 1.0
     6PortGroup           waf 1.0
    67
    78github.setup        nullnull normalizeNumexp f3202c292cf05d6084c7aaa131bc150516a5e7fa
    89version             3.0.20121221
     
    2021checksums           rmd160  663b1c582b27f345f80a42ea21aa9fa7d9d8b4ab \
    2122                    sha256  7ee8270bcd0802b4de0c459332e50e95351a016da308268506934b89aed2f723
    2223
    23 depends_build      port:pkgconfig
     24depends_build-append port:pkgconfig
    2425
    2526depends_lib         port:ux-trie port:pficommon
    2627
    27 configure.cmd       ./waf configure
    28 configure.universal_args
    29 
    30 build.cmd           ./waf build
    31 build.target
    32 
    33 destroot.cmd        ./waf install
    34 destroot.args       --destdir=${destroot}
    35 destroot.destdir
    36 
    3728post-destroot {
    3829    # install additional documents.
    3930    set docdir   ${destroot}${prefix}/share/doc/${name}