K 10 svn:author V 8 bdrewery K 8 svn:date V 27 2013-04-23T00:26:55.819569Z K 7 svn:log V 520 - Add WITH_CCACHE_BUILD support during 'configure' phase - Add CCACHE_DIR The MAKE_ENV/CONFIGURE_ENV+= method of adding CCACHE_DIR in /etc/make.conf does not work for many ports since they overwrite using = instead of appending with +=. By adding CCACHE_DIR into the ENV variables after reading in the port the directory is properly set in the environment. Without this, the ccache support would sometimes work but incorrectly not respect the set CCACHE_DIR, potentially using 2 caches. With hat: portmgr END