Hi, Is there an existing way to create a kind of nested destroot, where the installed port ends up *unmodified* under say ${prefix}/test?
Looking at the Portfile guide I think that the only way to accomplish this reliably is in a post-destroot step (a post-post-destroot to be really sure), in which everything under ${destroot} is moved into ${destroot}${prefix}/test ? If so, am I right that post-destroot blocks declared in/as `variant foo ... { post-destroot{ } }` will be executed *after* all post-destroot blocks defined in the normal Portfile scope? Thanks, R.