On May 22, 2021, at 17:21, Jason Liu wrote: > If I'm not mistaken, to get a .app to show up in the /Applications/MacPorts > folder, you need to place the .app into ${destroot}$prefix/Applications at > some point during the destroot phase.
If the build system does not install the app for you, you can do it manually by overriding the destroot phase. In that case the correct location to copy it to is ${destroot}${applications_dir}.