On Tue, Dec 10, 2002 at 08:39:27PM +0100, Roman Neuhauser wrote: > > On 2002-12-10 10:12, Hansel Yapadi <[EMAIL PROTECTED]> wrote: > > > > How to install all packages in one click ( I don`t need to select > > > the packages one by one ) ? > > impossible. you could probably do something along these lines: > > # cd /usr/ports > # for f in */*/Makefile; do (cd ${f%/*} && make install); done
# cd /usr/ports && make install should do it. Ceri -- In the name of my ancestors, the honorable guardians, and the gems! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message