Re: portmaster versus portsclean

2011-03-17 Thread Matthias Andree
Am 16.03.2011 02:06, schrieb Warren Block: After switching to portmaster, portsclean is the last part of portupgrade I'm using. portsclean -C can be replaced with 'rm /usr/ports/*/*/work', or better with 'find -X /usr/ports/ -name work -depth 3 -exec rm -rf {} \;'. I don't see a way to do this w

portmaster versus portsclean

2011-03-15 Thread Warren Block
After switching to portmaster, portsclean is the last part of portupgrade I'm using. portsclean -C can be replaced with 'rm /usr/ports/*/*/work', or better with 'find -X /usr/ports/ -name work -depth 3 -exec rm -rf {} \;'. I don't see a way to do this with portmaster, but it's trivial. portsc