M morbit Feb 15, 2010 #1 Is there similar flag for portmaster? eg. portsclean -CL && rm -rf /usr/ports/distfiles/* P.S. rm -rf /usr/ports/distfiles/* is no the same as portmaster --clean-distfiles-(all)
Is there similar flag for portmaster? eg. portsclean -CL && rm -rf /usr/ports/distfiles/* P.S. rm -rf /usr/ports/distfiles/* is no the same as portmaster --clean-distfiles-(all)
SirDice Administrator Staff member Administrator Moderator Feb 16, 2010 #4 You can also set WRKDIRPREFIX. Then everything will be build there keeping your ports tree nice and clean.
You can also set WRKDIRPREFIX. Then everything will be build there keeping your ports tree nice and clean.
OP M morbit Feb 16, 2010 Thread Starter #5 phoenix said: # rm -rf /usr/ports/*/*/work Works in every shell. No need for extra tools. Click to expand... Yeah, I thought of that, I was under impression it's slower somehow (well make clean in ports root directory is really slow).
phoenix said: # rm -rf /usr/ports/*/*/work Works in every shell. No need for extra tools. Click to expand... Yeah, I thought of that, I was under impression it's slower somehow (well make clean in ports root directory is really slow).