Ticket #13985: patch-python25-select.diff
File patch-python25-select.diff, 664 bytes (added by raimue (Rainer Müller), 17 years ago) |
---|
-
Users/Raim/src/macports/trunk/dports/lang/python25/Portfile
58 58 } 59 59 move ${destroot}${prefix}/share/man/man1/python.1 \ 60 60 ${destroot}${prefix}/share/man/man1/python${branche}.1 61 62 # install select file for python_select 63 xinstall -m 755 -d ${destroot}${prefix}/etc/select/python 64 xinstall -m 644 ${filespath}/python25 ${destroot}${prefix}/etc/select/python/ 61 65 } 62 66 63 67 platform darwin 7 {