Changeset 1863 for trunk/dports


Ignore:
Timestamp:
Jan 25, 2003, 2:54:44 AM (21 years ago)
Author:
jpm
Message:

destdir oi vei.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/tcptrace/Portfile

    r1528 r1863  
    66maintainers     jpm@opendarwin.org
    77description     A TCP dump file analysis tool
    8 long_description        tcptrace a TCP dump file analysis tool written by \
    9         Shawn Ostermann at Ohio University. It is NOT a packet capture \
    10         program. It reads output dump files in the formats of several \
    11         popular packet capturing programs: tcpdump, snoop, etherpeek, and \
    12         netm.  It can also output (ie, convert thus converting to) tcpdump \
    13         format files.
     8long_description        \
     9        tcptrace a TCP dump file analysis tool written by Shawn Ostermann at \
     10        Ohio University. It is NOT a packet capture program. It reads output \
     11        dump files in the formats of several popular packet capturing \
     12        programs: tcpdump, snoop, etherpeek, and netm.  It can also output \
     13        (ie, convert thus converting to) tcpdump format files.
     14homepage        http://irg.cs.ohiou.edu/software/tcptrace/
    1415platforms       darwin
    1516master_sites    http://irg.cs.ohiou.edu/software/tcptrace/download/
     
    2425}
    2526install {
    26         system "install -o root -m 755 ${worksrcpath}/tcptrace ${prefix}/bin"
    27         system "install -o root -m 644 ${worksrcpath}/tcptrace.man ${prefix}/man/man1/tcptrace.1"
     27        system "install -d ${destroot}${prefix}/bin/"
     28        system "install -m 755 ${worksrcpath}/tcptrace ${destroot}${prefix}/bin/"
     29        system "install -d ${destroot}${prefix}/man/man1/"
     30        system "install -m 644 ${worksrcpath}/tcptrace.man ${destroot}${prefix}/man/man1/tcptrace.1"
    2831}
    29 
    30 contents \
    31         bin/tcptrace \
    32         man/man1/tcptrace.1
Note: See TracChangeset for help on using the changeset viewer.