<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">If you think about it for a moment you will realize there is no way to use the prebuilt binaries with non-standard installation options. </div></blockquote></div><br class=""><div class="">Application bundles are supposed to be self contained and movable, afaik, and I would expect those built by macports to be that, too. </div><div class=""><br class=""></div><div class=""></div><blockquote type="cite" class=""><div class="">From <a href="https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1" class="">https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html#//apple_ref/doc/uid/10000123i-CH101-SW1</a></div><div class=""><br class=""></div><div class="">Application bundles are one of the most common types of bundle created 
by developers. The application bundle stores everything that the 
application requires for successful operation. </div></blockquote><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">From <a href="https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/AboutBundles/AboutBundles.html#//apple_ref/doc/uid/10000123i-CH100-SW1" class="">https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/AboutBundles/AboutBundles.html#//apple_ref/doc/uid/10000123i-CH100-SW1</a></div><div class=""><li class="li"><p class="">Users can install, relocate, and remove bundles simply by dragging them around in the Finder.</p></li><li class="li"><p class="">Most (but not all) executable code can be bundled. Applications, frameworks (shared libraries), and plug-ins all support the bundle model. Static libraries, dynamic libraries, shell scripts, and UNIX command line tools do not use the bundle structure.</p></li></div></blockquote></div><div class="">Command line tools installed under <prefix> might be different, but I can also move a binary from /opt/local/bin to e.g. /usr/local/bin and it still works and finds its libs and dependencies as long they're in the path.</div><div class=""><br class=""></div><div class="">So what exactly did I miss in that short moment I was thinking about it? ;-) And does it really apply to application bundles, too?</div></body></html>