Technical questions and Newbie experience.

Olivier Gautherot ogautherot at freesurf.fr
Fri May 28 10:28:21 PDT 2004


Hi Chauncey!

About your port command:

> !/bin/csh
> sudo make && make install && make clean && rehash

I think you should try:

sudo (make && make install ; make clean; rehash)

or packages that fail in the middle will unnecessarily take up space for
their objects.

By the way, a simple "make install" should do the same as
"make && make install" (the port will be compiled anyway before it is
installed).

My cent worth... :-)
	Olivier



More information about the freebsd-newbies mailing list