Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 15:28:44 -0700 (PDT)
From:      jle <jle@baa.ssars.net>
To:        freebsd-questions@freebsd.org
Cc:        nagylzs@netscape.net
Subject:   Re: Totally newbie - install problems
Message-ID:  <20030619152442.U3677@baa.ssars.net>

next in thread | raw e-mail | index | archive | help
>
>Probably I will need to setup several client computers in the end, so an
>automated installation would be the best (download and install required
>packages/ports for the selected package/port automatically).
>Can you help me?

When you install your ports, use the 'depend all' switches

cd /usr/ports/<pick a port>
make depend all install clean

That will install the port, it's dependencies and clean it up after.

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619152442.U3677>