23 Mar
2008
23 Mar
'08
11:59 p.m.
Adam Mercer wrote:
$ sudo port clean --dist py25-numpy (ignore the warning regarding removing the distfiles directory)
Actually, you should use $ sudo port clean --all py25-numpy to also reset the state of the build. Otherwise, 'port checksum' would assume the file was already fetched and complain that the file does not exist in the distfile directory. Rainer