# [EMAIL PROTECTED] / 2002-12-10 22:04:09 +0200:
> On 2002-12-10 20:39, Roman Neuhauser <[EMAIL PROTECTED]> wrote:
> > # [EMAIL PROTECTED] / 2002-12-10 20:28:06 +0200:
> > > On 2002-12-10 10:12, Hansel Yapadi <[EMAIL PROTECTED]> wrote:
> > > > Is it possible to install all packages that available in the 1-4 cds?
> > > > How to install all packages in one click ( I don`t need to select
> > > > the packages one by one ) ?
> >
> > you could probably do something along these lines:
> >
> > # cd /usr/ports
> > # for f in */*/Makefile; do (cd ${f%/*} && make install); done
> 
> Just running 'make install' in /usr/ports should do pretty much
> the same thing.  Plus or minus a few 'echo' commands that print the
> names of port categories as they're installed.

    oh, so there *is* a one click way after all.
 
-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to