Date: Wed, 07 Jun 2006 12:56:23 +0300 From: Andrey Slusar <anray@freebsd.org> To: Roberto Lima <smuxinho@gmail.com>, sokolhacker@mail.ru Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/98596: no problem Message-ID: <86bqt5jnlk.fsf@santinel.home.ua> In-Reply-To: <200606070200.k5720eGD074571@freefall.freebsd.org> (Roberto Lima's message of "Wed, 7 Jun 2006 02:00:40 GMT") References: <200606070200.k5720eGD074571@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Wed, 7 Jun 2006 02:00:40 GMT, Roberto Lima wrote: > To clean my ports i generate the 'works' file with: > find /usr/ports -iname work > /root/works > and i use this: > > --- BEGIN --- > #!/bin/sh > works=/root/works > for rmwork in `cat $works`; do > if [ $rmwork ]; then > rm -rf $rmwork > fi > done > --- END --- portsclean -C -- Regards, Andrey.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bqt5jnlk.fsf>