Re: git: 8d096cbc7af5 - main - sysutils/lsof: add a build depends on bash for the timebeing.

From: Gerald Pfeifer <gerald_at_pfeifer.com>
Date: Wed, 13 Dec 2023 05:26:38 UTC
On Mon, 4 Dec 2023, Larry Rosenman wrote:
>>> +BUILD_DEPENDS=		/usr/local/bin/bash:shells/bash
>> s,/usr/local,${LOCALBASE},
> I'm out of practice :(

No worries, just note we have tools to support us.

I gave this a try and got the following from portlint:

  % portlint -C
  WARN: Makefile: possible use of absolute pathname "/usr/local/bin/bash:...".

Gerald