Ticket #39538: Portfile-39538.diff

File Portfile-39538.diff, 1.0 KB (added by gjasny@…, 11 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44name            wireshark
    55version         1.10.0
    6 revision        1
     6revision        2
    77categories      net
    88license         {GPL-2 GPL-3}
    99maintainers     darkart.com:opendarwin.org
     
    8383        xinstall -d ${destroot}${prefix}/include/wireshark/epan/dissectors/
    8484        xinstall -d ${destroot}${prefix}/include/wireshark/epan/ftypes/
    8585        xinstall -d ${destroot}${prefix}/include/wireshark/wiretap/
    86         xinstall -m 644 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/
     86        xinstall -m 644 -W ${worksrcpath}/ color.h config.h register.h ws_symbol_export.h ${destroot}${prefix}/include/wireshark/
    8787        eval xinstall -m 644 [glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/
    8888        eval xinstall -m 644 [glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/
    8989        eval xinstall -m 644 [glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/