There is FreeBSD 8. I want to install open-vm-tools . The main problem is that there is no access to the Internet.

 cd /usr/ports/emulators/open-vm-tools make install 

When you run this when the shell tries to climb the site

 Attempting to fetch from http://heanet.dl.sourceforge.net/project/open-vm-tools/open-vm-tools/2009.05.22/. 

I downloaded the archive directly, but the attempt to install it was unsuccessful.

 make install make: don't know how to make install. Stop 

There are 2 methods of installing the package. 1) How can I change the path from sourceforge to my own? 2) How to install the package itself?

  • Edit hosts, as an option, so that instead of sourceforge, it would go to LAN. - Vitali RS
  • Or correct the path in the installer. - Vitali RS

0