[47020] trunk/dports/python
Ryan Schmidt
ryandesign at macports.org
Thu Feb 19 21:01:19 PST 2009
On Feb 19, 2009, at 19:54, deric at macports.org wrote:
> Revision: 47020
> http://trac.macports.org/changeset/47020
> Author: deric at macports.org
> Date: 2009-02-19 17:54:01 -0800 (Thu, 19 Feb 2009)
> Log Message:
> -----------
> New port: py-icalendar for the python2.6 PortGroup.
[snip]
> +post-destroot {
> + # install docs
> + xinstall -m 644 -W ${worksrcpath}/ CHANGES.txt CREDITS.txt
> HISTORY.txt INSTALL.txt LICENSE.txt README.txt TODO.txt \
> + ${destroot}/${prefix}/share/doc/${name}
> +
> + xinstall -m 644 -W ${worksrcpath}/doc example.txt
> groupscheduled.ics groupscheduled.txt multiple.ics multiple.txt
> small.ics small.txt \
> + ${destroot}/${prefix}/share/doc/${name}
> +}
Please remove the slash before ${prefix}. (${prefix} already begins
with a slash.)
More information about the macports-dev
mailing list