Ticket #13985: patch-python23-select.diff

File patch-python23-select.diff, 664 bytes (added by raimue (Rainer Müller), 16 years ago)
  • Users/Raim/src/macports/trunk/dports/lang/python23/Portfile

     
    4141        file rename bin/idle bin/idle2.3
    4242        reinplace "s|${prefix}/bin/python|${prefix}/bin/python2.3|g" \
    4343                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/
    4448}
    4549
    4650variant nothreads {