Modified: trunk/dports/devel/redo/Portfile (75515 => 75516)
--- trunk/dports/devel/redo/Portfile 2011-01-27 21:10:40 UTC (rev 75515)
+++ trunk/dports/devel/redo/Portfile 2011-01-27 21:50:42 UTC (rev 75516)
@@ -38,9 +38,7 @@
including jobserver compatibility with make -j\; \
oh, and you can write a plug-compatible toy implementation in 100 lines of shell.
-configure {
- eval reinplace "s|#!/usr/|#!${prefix}/|" [glob ${worksrcpath}/*]
-}
+use_configure no
build.cmd ${worksrcpath}/${name}
test.run yes
destroot.destdir ""
@@ -65,4 +63,9 @@
${destroot}${prefix}/etc/bash_completion.d/
}
}
+variant python_select description {Change shebang lines to use python_select symlink} {
+ configure {
+ eval reinplace "s|#!/usr/|#!${prefix}/|" [glob ${worksrcpath}/*]
+ }
+}
default_variants +doc +bash_completion