I am now reading Chapter 4 (Installing Applications: Packages and Ports) of the Handbook and under 4.4.1 I read this:
---------
Otherwise, to install the port, run:
# cd /usr/ports/ports-mgmt/pkg
# make
# make install clean
---------
When invoking the last command I got an unexpected message - it's already installed. Do I understand it correctly that it is a mistake in the Handbook and I shouldn't have run the bare make?
-
---------
Otherwise, to install the port, run:
# cd /usr/ports/ports-mgmt/pkg
# make
# make install clean
---------
When invoking the last command I got an unexpected message - it's already installed. Do I understand it correctly that it is a mistake in the Handbook and I shouldn't have run the bare make?
-