[82300] trunk/dports/python/py-tz/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Aug 12 10:27:24 PDT 2011
On Aug 12, 2011, at 08:26, ram at macports.org wrote:
> Revision: 82300
> http://trac.macports.org/changeset/82300
> Author: ram at macports.org
> Date: 2011-08-12 06:26:32 -0700 (Fri, 12 Aug 2011)
> Log Message:
> -----------
> python/py-tz: update to 2011h
> +post-destroot {
> + set docdir ${prefix}/share/doc/${name}-${version}
> + xinstall -d ${destroot}${docdir}
> + xinstall -m 644 -W $worksrcpath CHANGES.txt LICENSE.txt README.txt \
> + ${destroot}${docdir}
> +}
We decided years ago we don't want to use ${prefix}/share/doc/${name}-${version} as the docdir anymore. Please just use ${prefix}/share/doc/${name}.
More information about the macports-dev
mailing list