Ticket #27493: macports_git-core.diff
File macports_git-core.diff, 994 bytes (added by corwin.amber@…, 14 years ago) |
---|
-
Portfile
51 51 test.target test 52 52 test.dir ${worksrcpath} 53 53 test.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 54 PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=154 PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 55 55 56 56 destroot.destdir DESTDIR=${destroot} prefix=${prefix} 57 57 destroot.target install 58 58 destroot.args CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ 59 59 prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 60 PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \60 PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 \ 61 61 NO_R_TO_GCC_LINKER=1 62 62 63 63 post-destroot {