Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2006 02:00:40 GMT
From:      "Roberto Lima" <smuxinho@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/98596: no problem
Message-ID:  <200606070200.k5720eGD074571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/98596; it has been noted by GNATS.

From: "Roberto Lima" <smuxinho@gmail.com>
To: bug-followup@FreeBSD.org, sokolhacker@mail.ru
Cc:  
Subject: Re: ports/98596: no problem
Date: Tue, 6 Jun 2006 22:46:09 -0300

 Hi,
 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 ---
 
 
 Thanks for appreciate and sorry for my bad english.
 Roberto.



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