Ticket #21268: python_select.diff
File python_select.diff, 1.1 KB (added by nerdling (Jeremy Lavergne), 15 years ago) |
---|
-
files/base
6 6 bin/smtpd.py 7 7 share/man/man1/python.1 8 8 share/man/man1/python.1.gz 9 Library/Frameworks/Python.framework/Versions/Current10 Library/Frameworks/Python.framework/Headers11 Library/Frameworks/Python.framework/Resources12 Library/Frameworks/Python.framework/Python9 @@FRAMEWORKS_PATH@@/Python.framework/Versions/Current 10 @@FRAMEWORKS_PATH@@/Python.framework/Headers 11 @@FRAMEWORKS_PATH@@/Python.framework/Resources 12 @@FRAMEWORKS_PATH@@/Python.framework/Python -
Portfile
23 23 post-destroot { 24 24 xinstall -m 755 -d ${destroot}${prefix}/etc/select/python 25 25 xinstall -m 644 -W ${filespath} base none ${destroot}${prefix}/etc/select/python 26 reinplace s|@@FRAMEWORKS_PATH@@|[sbustr ${frameworks_dir} $prefix]|g ${destroot}${prefix}/etc/select/python/base 26 27 } 27 28 28 29 platform darwin 7 {