How does one setup a portfile to do a 'make clean' before a 'make all'? I thought of using pre-build { system -W ${somedir} "${build.cmd} clean" } Mark