Hello, i want to install a program from source without fetching entire ports tree, for example, as we know, I can search for the existence of a program for example:
and install it with:
I want to download / modify / compile / install only that program from FreeBSD source ports without fetching all ports source tree.
Code:
pkg search ufetch
and install it with:
Code:
pkg install ufetch
I want to download / modify / compile / install only that program from FreeBSD source ports without fetching all ports source tree.