Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #16476: Portfile.patch

File Portfile.patch, 1.4 KB (added by maccheck@…, 4 months ago)
  • Portfile

    old new  
    44 
    55name              git-core 
    66version           1.6.0.1 
     7revision          1 
    78description       A fast version control system 
    89long_description  Git is a fast, scalable, distributed open source version \ 
    910                  control system focusing on speed and efficiency. 
     
    3435 
    3536build.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 
    3637build.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    37                PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1 
     38               NO_FINK=1 NO_DARWIN_PORTS=1 
    3839 
    3940test.run       yes 
    4041test.cmd       make 
    4142test.target    test 
    4243test.dir       ${worksrcpath} 
    4344test.args      prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    44                PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1 
     45               NO_FINK=1 NO_DARWIN_PORTS=1 
    4546 
    4647destroot.destdir  DESTDIR=${destroot} prefix=${prefix} 
    4748destroot.target   install 
    4849destroot.env      CFLAGS="-Wall -O2 -I${prefix}/include" LDFLAGS="-L${prefix}/lib" 
    4950destroot.args     prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    50                   PERL_PATH="/usr/bin/env perl" NO_FINK=1 NO_DARWIN_PORTS=1 
     51                  NO_FINK=1 NO_DARWIN_PORTS=1 
    5152 
    5253post-destroot { 
    5354    foreach f {1 5 7} {