Ticket #26293: Portfile-wireshark-devel-r2.diff

File Portfile-wireshark-devel-r2.diff, 816 bytes (added by hsivank@…, 14 years ago)
  • Portfile

    old new  
    44PortSystem 1.0
    55
    66name            wireshark-devel
    7 epoch           1
    87version         1.4.0
     8revision        1
    99categories      net
    1010maintainers     gmail.com:hsivank
    1111description     Graphical network analyzer and capture tool
     
    130130        eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/
    131131        eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/
    132132}
     133
     134startupitem.name        ChmodBPF
     135startupitem.create      yes
     136startupitem.executable  /bin/sh -c "chgrp admin /dev/bpf* && chmod g+rw /dev/bpf* && echo \"ChmodBPF ran successfully.\""
     137startupitem.pidfile     none
     138