no Internet during install

Why do I need to connect to the Internet while I am installing from the ports collection?
Is there a way to install from ports and not be connected to the Internet?
 
The source ("dist") files for each port have to be downloaded from somewhere. If you have only a limited connection to the net, you can use # make fetch or # make fetch-recursive to download the files without building the port.

Or you can use # make fetch-list to show the URLs of the files needed so you can download them by hand.
 
Back
Top