Changeset 79696
- Timestamp:
- 06/23/11 12:30:35 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/lang/python24/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/lang/python24/Portfile
r78591 r79696 91 91 platform macosx { 92 92 if {(![variant_isset universal] && ![string match *64* $build_arch]) || ([variant_isset universal] && ![string match *64* $universal_archs])} { 93 select.file ${filespath}/python[string map {. {}} ${branch}] 93 94 post-destroot { 94 95 set framewpath ${frameworks_dir}/Python.framework … … 117 118 ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin} 118 119 } 119 120 select.file ${filespath}/python[string map {. {}} ${branch}]121 120 122 121 foreach dir { Headers Resources Python Versions/Current } {
Note: See TracChangeset
for help on using the changeset viewer.

