<div dir="ltr"><div>Technically, MacPorts does have an equivalent inside ${prefix}, and that would be the ${prefix}/Library directory. You could create an Application Support directory in there, e.g. ${prefix}/Library/Application Support/MacPass, and have the app load its plugins from that location. In this way, you would still be staying in-line with MacPorts' mtree layout.<br></div><div><br></div><div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- </div><div>Jason Liu<br></div></div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 6, 2021 at 9:19 AM Janosch Peters via macports-dev <<a href="mailto:macports-dev@lists.macports.org">macports-dev@lists.macports.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> Am 06.03.2021 um 02:17 schrieb Ryan Schmidt <<a href="mailto:ryandesign@macports.org" target="_blank">ryandesign@macports.org</a>>:<br>
> <br>
> I would abandon this attempt because a port shouldn't be installing anything in a user's $HOME. Ports should accommodate being installed by one user but being used by another user, for example. And the user account we use on our build server is unlikely to be the same as the user account that the user is using.<br>
> <br>
<br>
You are of course right about not installing anything into $HOME. I changed the port to install into /Library/Application Support/MacPass and also changed the „parent“ app MacPass to load plugins from this location.<br>
<br>
If I were a seasoned Objective-C developer I would have changed the path to something below ${prefix}. If I find time to dig deeper into Objective-C I will do that, but for the time being I think /Library/Application Support is good enough.<br>
<br>
The PR for the new port MacPassHTTP is here: <a href="https://github.com/macports/macports-ports/pull/10162" rel="noreferrer" target="_blank">https://github.com/macports/macports-ports/pull/10162</a><br>
<br>
</blockquote></div>