Fix COMMENT for default FLAVOR

This commit is contained in:
Antoine Brodin 2020-10-12 17:39:33 +00:00
parent 385510d521
commit 7f70c613bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552139

View file

@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= garga@FreeBSD.org
.if ${FLAVOR:U} == default
.if ${FLAVOR:Udefault} == default
COMMENT= Distributed source code management tool
.elif ${FLAVOR:U} == gui
COMMENT= Distributed source code management tool (GUI enabled flavor)