Re: iTerm2 Question

2021-05-22 Thread Ryan Schmidt
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}.




Re: iTerm2 Question

2021-05-22 Thread Jason Liu
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.

-- 
Jason Liu


On Sat, May 22, 2021 at 5:07 PM Mark Anderson  wrote:

> So I can get iTerm2 to build correctly using Xcode 1.0 portgroup which
> solves a lot of the makefile problems, but I'm unsure what to do for the
> destroot phase to drop the .app into /Application/Macports. Any help would
> be appreciated.
>
> —Mark
> ___
> Mark E. Anderson 
> MacPorts Trac WikiPage 
> GitHub Profile 
>
>


iTerm2 Question

2021-05-22 Thread Mark Anderson
So I can get iTerm2 to build correctly using Xcode 1.0 portgroup which
solves a lot of the makefile problems, but I'm unsure what to do for the
destroot phase to drop the .app into /Application/Macports. Any help would
be appreciated.

—Mark
___
Mark E. Anderson 
MacPorts Trac WikiPage 
GitHub Profile