Subject: Re: Cleaning up after installing packages
To: Jeremy C. Reed <reed@reedmedia.net>
From: Jason V. Miller <jmiller@securityfocus.com>
List: netbsd-help
Date: 12/13/2006 09:15:21
On Wed, Dec 13, 2006 at 10:15:33AM -0600, Jeremy C. Reed wrote:
>   Once you're finished with a package, you can clean the work directory 
>   by running "make clean". If you want to clean the work directories of 
>   all dependencies too, use "make clean-depends".

Likewise, if you'd also like to delete the distribution files (typically
the source .tgz files, patches, etc. downloaded for the package), you need
to run ``make distclean''.

These files are stored in the distfiles/ directory under the pkgsrc root.
You can find out how much disk space they are taking up by doing something
like ``du -hs /usr/pkgsrc/distfiles'', adjusted accordingly for your
installation of pkgsrc.

J.

-- 
Jason V. Miller