Modified: trunk/dports/python/py-wxpython-2.8/Portfile (110403 => 110404)
--- trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 22:20:39 UTC (rev 110403)
+++ trunk/dports/python/py-wxpython-2.8/Portfile 2013-08-30 22:21:26 UTC (rev 110404)
@@ -101,11 +101,17 @@
livecheck.type none
} else {
- post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/
- file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
- }
+ # Once upon a time this would install the documentation,
+ # however the python PortGroup disables all steps including fetching & extracting
+ # which makes it a bit inconvenient to do things like this.
+ # If anyone is missing the docs badly enough, you are welcome to fix this
+ # in both py-wxpython-2.8 and py-wxpython-3.0.
+ #
+ # post-destroot {
+ # xinstall -d -m 755 ${destroot}${prefix}/share/doc/
+ # file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+ # file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
+ # }
livecheck.type regex
livecheck.url ${homepage}
Modified: trunk/dports/python/py-wxpython-3.0/Portfile (110403 => 110404)
--- trunk/dports/python/py-wxpython-3.0/Portfile 2013-08-30 22:20:39 UTC (rev 110403)
+++ trunk/dports/python/py-wxpython-3.0/Portfile 2013-08-30 22:21:26 UTC (rev 110404)
@@ -58,11 +58,17 @@
livecheck.type none
} else {
- post-destroot {
- xinstall -d -m 755 ${destroot}${prefix}/share/doc/
- file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
- }
+ # Once upon a time this would install the documentation,
+ # however the python PortGroup disables all steps including fetching & extracting
+ # which makes it a bit inconvenient to do things like this.
+ # If anyone is missing the docs badly enough, you are welcome to fix this
+ # in both py-wxpython-2.8 and py-wxpython-3.0.
+ #
+ # post-destroot {
+ # xinstall -d -m 755 ${destroot}${prefix}/share/doc/
+ # file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+ # file copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
+ # }
livecheck.type regex
livecheck.url ${homepage}