Re: Confused by what make package should do

From: Matthew Phillips <matthew_at_matthewphillips.info>
Date: Fri, 12 Apr 2024 19:16:18 UTC
On Fri, Apr 12, 2024 at 03:06:16PM -0400, Kurt Hackenberg wrote:
> On 2024/04/12 13:28, Matthew Phillips wrote:
> 
> > It's trying to install the port itself. To /usr/local/bin specifically.
> > It seems like it's running `make install` on the ports Makefile.
> 
> From man ports(7): "package   Make a binary package for the port.  The port
> will be installed if it has not already been."
> 
> I think you want "make build", also documented in that man page.
> 
> 

Thank you Kurt. Does that mean that the porters handbook is wrong (says
it should be able to be run without root)? If so I can send a patch to
reword that. Should the advice to be to run `make build` instead then?