Ticket #13985: patch-python23-select.diff
File patch-python23-select.diff, 664 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
Users/Raim/src/macports/trunk/dports/lang/python23/Portfile
41 41 file rename bin/idle bin/idle2.3 42 42 reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \ 43 43 bin/pydoc2.3 bin/idle2.3 44 45 # install select file for python_select 46 xinstall -m 755 -d ${destroot}${prefix}/etc/select/python 47 xinstall -m 644 ${filespath}/python23 ${destroot}${prefix}/etc/select/python/ 44 48 } 45 49 46 50 variant nothreads {