This variable signals to ports that it will be operating in a fetch-only
environment and therefore should ignore any environmental checks that would
prevent it from running.
Mk/bsd.port.mk:
Ignore errors with incompatible port options when CLEAN_FETCH_ENV is set. Ignore package conflicts when CLEAN_FETCH_ENV is set.
security/krb5-*/Makefile:
Ignore KRB5_HOME != LOCALBASE if CLEAN_FETCH_ENV is set. In the fetch-depends script, LOCALBASE is set to an empty directory that differs from the default, which causes this conditional to trigger. Since it's irrelevant for fetch-only jobs, ignore it here.