New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82911


Ignore:
Timestamp:
08/21/11 17:12:13 (4 years ago)
Author:
jmr@…
Message:

malsync: make sure build happens in worksrcpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/comms/malsync/Portfile

    r82824 r82911  
    11# $Id$ 
     2 
    23PortSystem 1.0 
     4 
    35name            malsync 
    46version         2.2.0 
     
    1012master_sites    http://www.tomw.org/malsync/ netbsd:packages/distfiles 
    1113checksums       md5 d1c41526b91bb38c21a4ced01d26328c 
    12 distfiles       ${name}_${version}.src.tar.gz 
    13 worksrcdir      malsync 
     14distname        ${name}_${version}.src 
     15worksrcdir      ${name} 
    1416description     AvantGo.com palm pilot synchronization utility 
    1517depends_lib     lib:pisock.8:pilot-link 
     
    1719long_description MalSync is a command line tool that allows Palm \ 
    1820 Pilots to synchronize to the AvantGo.com server. 
    19 configure       {} 
    20 build           { system "make PREFIX=${prefix}" } 
     21use_configure   no 
     22build           { system -W ${worksrcpath} "${build.cmd} PREFIX=${prefix}" } 
    2123destroot        { 
    2224 xinstall -m 755 ${worksrcpath}/malsync ${destroot}${prefix}/bin 
Note: See TracChangeset for help on using the changeset viewer.