[81499] trunk/dports/python

Ryan Schmidt ryandesign at macports.org
Sun Jul 31 23:40:30 PDT 2011


On Jul 31, 2011, at 18:59, blb at macports.org wrote:

> Revision: 81499
>          http://trac.macports.org/changeset/81499
> Author:   blb at macports.org
> Date:     2011-07-31 16:59:23 -0700 (Sun, 31 Jul 2011)
> Log Message:
> -----------
> python bitstring modules: unify


> +if {${name} != ${subport}} {
> +   post-destroot {
> +      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
> +      xinstall -m 644 -W ${worksrcpath} README.txt release_notes.txt \
> +         ${destroot}${prefix}/share/doc/${subport}
> +      xinstall -m 644 ${worksrcpath}/doc/bitstring_manual.pdf \
> +         ${destroot}${prefix}/share/doc/${subport}
> +   }
> +}
> +
> +python.default_version   27
> +python.versions     26 27 31 32

When would ${name} and ${subport} ever be equal?





More information about the macports-dev mailing list