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
