New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81191


Ignore:
Timestamp:
07/26/11 19:23:56 (4 years ago)
Author:
ryandesign@…
Message:

driftnet: clean up build and destroot

File:
1 edited

Legend:

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

    r81190 r81191  
    4747} 
    4848 
    49 build.target    { } 
     49build.target 
    5050 
    5151build.args              CC="${configure.cc} ${archflags}"       \ 
     
    5656                        -DDRIFTNET_VERSION='\\"0.1.6\\"'" 
    5757 
    58 destroot        { file copy ${workpath}/${worksrcdir}/${name} \ 
    59                             ${destroot}${prefix}/bin 
    60                   file copy ${workpath}/${worksrcdir}/${name}.1 \ 
    61                             ${destroot}${prefix}/share/man/man1 
    62                 } 
     58destroot { 
     59    xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin 
     60    xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 
     61} 
Note: See TracChangeset for help on using the changeset viewer.