On Jan 23, 2013, at 05:27, [email protected] wrote:
> Revision: 101968
> https://trac.macports.org/changeset/101968
> Author: [email protected]
> Date: 2013-01-23 03:27:20 -0800 (Wed, 23 Jan 2013)
> Log Message:
> -----------
> python/py-gtkmvc:
> Unify portfile
> Update to 1.99.1
>
> Modified Paths:
> --------------
> trunk/dports/python/py-gtkmvc/Portfile
> +if {${name} != ${subport}} {
> + depends_lib-append port:py${python.version}-pygtk
> +
> + post-destroot {
> + file mkdir ${destroot}${prefix}/share/doc/${name}
> + copy ${worksrcpath}/docs ${worksrcpath}/examples \
> + ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
> + }
> }
Must use ${subport} instead of ${name} else the subports will conflict with one
another.
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev