Date: Tue, 10 Dec 2002 23:08:10 +0000 From: Ceri Davies <setantae@submonkey.net> To: Roman Neuhauser <neuhauser@bellavista.cz> Cc: Hansel Yapadi <hyapadi@myrealbox.com>, freebsd-questions@FreeBSD.org Subject: Re: Verify the FreeBSD`s CDs Message-ID: <20021210230810.GA1925@submonkey.net> In-Reply-To: <20021210193927.GL56031@freepuppy.bellavista.cz> References: <3DF55B94.8060409@myrealbox.com> <20021210182806.GL1454@gothmog.gr> <20021210193927.GL56031@freepuppy.bellavista.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 10, 2002 at 08:39:27PM +0100, Roman Neuhauser wrote: > > On 2002-12-10 10:12, Hansel Yapadi <hyapadi@myrealbox.com> 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 majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021210230810.GA1925>