Date: Thu, 13 Jun 2002 12:54:01 +0200 From: Ruben Kerkhof <ruben@sion.themirror.nl> To: Darren Pilgrim <dmp@pantherdragon.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cleaning the entire ports tree. Message-ID: <3D0879C9.1060309@sion.themirror.nl> References: <3D085F5E.9F6E81BB@pantherdragon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Darren Pilgrim wrote: > I got bored and made the entire ports tree. Now I want to clean the > whole thing out. Is there a make option for ports that will cause it > not to clean for dependencies? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Install portupgrade from the ports. (/usr/ports/sysutils/portupgrade by default). After that, you can do portsclean -c, portsclean -DD and all your ports will be cleaned up. Doing rm -rf * in /usr/ports/distfiles also helps. Greetings, Ruben 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?3D0879C9.1060309>