HomeFreeBSD

MFH: r458394

Description

MFH: r458394

Fix flavor helpers when only bsd.port.pre.mk is not used and FLAVOR is not set.

The helpers were being evaluated before the default FLAVOR was set. The
helpers worked fine if the FLAVOR was specified by the user but not if
it was left to the default value. Resolve this by moving the helpers
right after the default FLAVOR is set.

PR: 224879
exp-run by: antoine
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D13756