diff --git a/Portfile b/Portfile
index c142291..f924b9d 100644
|
a
|
b
|
|
| 36 | 36 | set frameworks_dir ${prefix}/Library/Frameworks |
| 37 | 37 | } |
| 38 | 38 | |
| 39 | | patchfiles patch-Makefile.pre.in.diff \ |
| 40 | | patch-setup.py.diff \ |
| | 39 | patchfiles patch-setup.py.diff \ |
| 41 | 40 | patch-Lib-cgi.py.diff \ |
| 42 | 41 | patch-Mac-IDLE-Makefile.in.diff \ |
| 43 | 42 | patch-Mac-Makefile.in.diff \ |
| … |
… |
|
| 65 | 64 | ${worksrcpath}/Mac/PythonLauncher/Makefile.in |
| 66 | 65 | } |
| 67 | 66 | |
| 68 | | build.target all libpython${branch}.dylib |
| | 67 | build.target all |
| 69 | 68 | |
| 70 | 69 | test.run yes |
| 71 | 70 | test.target test |
| … |
… |
|
| 81 | 80 | ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} |
| 82 | 81 | } |
| 83 | 82 | |
| 84 | | file rename ${destroot}${framewdir}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib |
| 85 | | ln -s ${prefix}/lib/libpython${branch}.dylib ${destroot}${framewdir}/lib/libpython${branch}.dylib |
| | 83 | ln -s ${framewdir}/Python ${destroot}${prefix}/lib/libpython${branch}.dylib |
| 86 | 84 | |
| 87 | 85 | file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 |
| 88 | 86 | |