On Jul 29, 2017, at 13:36, db wrote:
>
> I want to recursively copy a port's documentation which has nested dirs.
>
> Is there any caveat for using
>
> exec cp -R ${worksrcpath}/sphinx-doc ${destroot}${docdir}
>
> instead of the more canonical form in the wiki?
>
> https://trac.macports.org/wiki/PortfileRecipes#doc
Just use:
copy ${worksrcpath}/sphinx-doc ${destroot}${docdir}
