On Fri, 30 Jan 2004, Rishi Chopra wrote:

> Is there any way to run a 'clean' command to remove 'WORK' directories
> from the ports tree after the fact?

Sure.

# make install clean

actually does several steps; you can separate them by just using the
individual make targets.  To clean a port and its dependencies, cd to
the individual port directory and use the "clean" target alone:

# make clean

See 'man ports' for a list of all the make targets.

-Warren Block * Rapid City, South Dakota USA
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to