Post-destroot - How to copy folder

Mojca Miklavec mojca at macports.org
Thu Apr 7 18:06:20 PDT 2016


On 8 April 2016 at 02:53, Abdulrahman Alshammari wrote:
> Hey,
> I have a library that contains many folders, each one with many examples. How can I copy the whole folder in Post-destroot?

Just use "copy":
    copy ${worksrcpath}/somewhere/examples
${destroot}${prefix}/share/doc/${name}/

Mojca


More information about the macports-dev mailing list