K 10 svn:author V 5 dougb K 8 svn:date V 27 2008-03-19T20:25:01.000000Z K 7 svn:log V 237 In the example about using portmaster to do a complete re-install of your ports, I had: pkg_delete * which works for me because of a local bash completion, but doesn't work for most users. So, correct that to be: pkg_delete '*' instead. END