<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class="Apple-interchange-newline">
</div><div><br class=""><blockquote type="cite" class=""><div class="">Am 05.03.2021 um 18:52 schrieb David Strubbe <<a href="mailto:dstrubbe@macports.org" class="">dstrubbe@macports.org</a>>:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Did you try putting quotation marks around it, like {"/users/janosch/Library/Application Support/MacPass"} ?</div><br class=""></div></blockquote></div><div class=""><br class=""></div><div class="">I just tried this now: </div><div class="">set appsupport {"/users/janosch/Library/Application Support/MacPass“} </div><div class="">and</div><div class="">INSTALL_PATH=$appsupport</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">By doing it like that the variable INSTALL_PATH is not recognized anymore. The port installs into /Library/Application Support/MacPass.</div><div class=""><br class=""></div><div class="">For some reason macports puts braces around the whole expression {INSTALL_PATH=…} I guess this is the reason the Variable is not recognized anymore.</div><div class=""><br class=""></div>From the logs:<br class=""><div class="">Build settings from command line:<br class="">    ARCHS = x86_64<br class="">    CLANG_CXX_LIBRARY = libc++<br class="">    CODE_SIGN_IDENTITY = -<br class="">    CODE_SIGN_STYLE = Manual<br class="">    DSTROOT = /opt/local/var/macports/build/_Users_janosch_Dev_macports-ports_security_MacPassHTTP/MacPassHTTP/work/destroot<br class="">    ENABLE_HARDENED_RUNTIME = NO<br class="">    FRAMEWORK_SEARCH_PATHS = /opt/local/Library/Frameworks<br class="">    GCC_VERSION = com.apple.compilers.llvm.clang.1_0<br class="">    HEADER_SEARCH_PATHS = /opt/local/include/MacPass<br class="">    MACOSX_DEPLOYMENT_TARGET = 11.2<br class="">    OBJROOT = /opt/local/var/macports/build/_Users_janosch_Dev_macports-ports_security_MacPassHTTP/MacPassHTTP/work/MacPassHTTP-0.3.2/build/<br class="">    SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk<br class="">    SYMROOT = /opt/local/var/macports/build/_Users_janosch_Dev_macports-ports_security_MacPassHTTP/MacPassHTTP/work/MacPassHTTP-0.3.2/build/<br class="">  <font color="#ff2600" class="">  {INSTALL_PATH = /users/janosch/Library/Application Support/MacPass}</font></div></body></html>