Ticket #28835: tmo28835.ompl.python27_variant.patch
File tmo28835.ompl.python27_variant.patch, 647 bytes (added by l2g@…, 14 years ago) |
---|
-
dports/science/ompl/Portfile
old new 65 65 if { [variant_isset app] } { 66 66 depends_lib-append port:py27-pyqt4 port:py27-opengl 67 67 post-destroot { 68 reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2. 6|g" \68 reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.7|g" \ 69 69 ${destroot}${prefix}/bin/ompl_app 70 70 } 71 71 } else {