Just made that into a batch file for my library. Should be a target in
the standard ports Makefile, IMHO. Maybe call it "rdistclean". Perhaps
this could be submitted as a PR.

--Brett Glass

At 12:37 PM 4/10/2013, Greg Larkin wrote:

Here's an easy way to delete all of the distfiles for a port and its
dependencies:

cd /usr/ports/www/apache22 # Or whatever
make distclean
make all-depends-list | xargs -n1 -I % sh -c "cd % && make distclean"

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to