When will binary packages be back?

Brett Glass brett at lariat.net
Wed Apr 10 20:14:29 UTC 2013


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"



More information about the freebsd-questions mailing list