diff --git a/Portfile b/Portfile
index f6eb885..3b90cc5 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | 7 | version 1.7.3.2 |
| 8 | revision 1 |
8 | 9 | description A fast version control system |
9 | 10 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 11 | control system focusing on speed and efficiency. |
… |
… |
test.cmd make |
51 | 52 | test.target test |
52 | 53 | test.dir ${worksrcpath} |
53 | 54 | test.args prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ |
54 | | PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 |
| 55 | PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 |
55 | 56 | |
56 | 57 | destroot.destdir DESTDIR=${destroot} prefix=${prefix} |
57 | 58 | destroot.target install |
58 | 59 | destroot.args CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ |
59 | 60 | prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ |
60 | | PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \ |
| 61 | PERL_PATH="${prefix}/bin/perl" PYTHON_PATH="${prefix}/bin/python2.6" NO_FINK=1 NO_DARWIN_PORTS=1 \ |
61 | 62 | NO_R_TO_GCC_LINKER=1 |
62 | 63 | |
63 | 64 | post-destroot { |