I mam trying to install wget from the command line without user intervention. So I devised something as follows:
Code:
cd /usr/ports/ftp/wget
make -DWITHOUT_GNUTLS=yes -DWITHOUT_IPV6=no -DWITHOUT_NLS=no -DWITHOUT_OPENSSL=no
However, this will still get me into the screen where user input is required. What would be the method of a silent install for wget?
Thank you for your information in advance