Revision: 100716 https://trac.macports.org/changeset/100716 Author: jmr@macports.org Date: 2012-12-20 23:19:21 -0800 (Thu, 20 Dec 2012) Log Message: ----------- py*-xmpppy: unify Modified Paths: -------------- trunk/dports/python/py-xmpppy/Portfile Removed Paths: ------------- trunk/dports/python/py25-xmpppy/ trunk/dports/python/py26-xmpppy/ Modified: trunk/dports/python/py-xmpppy/Portfile =================================================================== --- trunk/dports/python/py-xmpppy/Portfile 2012-12-21 07:17:20 UTC (rev 100715) +++ trunk/dports/python/py-xmpppy/Portfile 2012-12-21 07:19:21 UTC (rev 100716) @@ -1,14 +1,14 @@ # $Id$ PortSystem 1.0 -PortGroup python24 1.0 +PortGroup python 1.0 name py-xmpppy version 0.4.1 revision 1 categories python net platforms darwin -maintainers gboyce +maintainers gboyce csh.rit.edu:mfisher description python library providing easy scripting with jabber long_description ${description} @@ -18,7 +18,11 @@ checksums sha1 8bc83c2acc2da68dc73099f7a1137353c7d6f859 \ md5 ca36d685643f2c56ab07323a09ece9e4 -post-destroot { - file delete -force ${destroot}${prefix}/share/doc/${name} - file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} +python.versions 24 25 26 + +if {$subport != $name} { + post-destroot { + file delete -force ${destroot}${prefix}/share/doc/${subport} + file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport} + } }
participants (1)
-
jmr@macports.org