Re: MegaCLI port is ports-only -- how would you deploy it?

From: Eugene Grosbein <eugen_at_grosbein.net>
Date: Tue, 09 Aug 2022 01:16:10 UTC
03.08.2022 6:07, Dan Mahoney wrote:

> Ideas welcome?

Do once on a build system: "make package" to obtain packagename.pkg
Do once on every target system: fetch (or scp) the package file then:
pkg add /path/to/packagename.pkg

It installs the package properly. A package is not obliged to come from a repository.