Index: head/Mk/bsd.port.mk =================================================================== --- head/Mk/bsd.port.mk +++ head/Mk/bsd.port.mk @@ -803,7 +803,7 @@ # MAKE_JOBS_NUMBER_LIMIT # - Set a limit for maximum number of make jobs allowed to be # used. -## cacche +## ccache # # WITH_CCACHE_BUILD # - Enable CCACHE support (devel/ccache). User settable. @@ -1494,9 +1494,9 @@ .if !empty(FLAVOR) . if empty(FLAVORS) -IGNORE= FLAVOR is defined (to ${FLAVOR}) while this port does not have FLAVORS. +IGNORE= FLAVOR is defined (to ${FLAVOR}) while this port does not have FLAVORS . elif ! ${FLAVORS:M${FLAVOR}} -IGNORE= Unknown flavor '${FLAVOR}', possible flavors: ${FLAVORS}. +IGNORE= Unknown flavor '${FLAVOR}', possible flavors: ${FLAVORS} . endif .endif