Fix COMMENT for default FLAVOR
This commit is contained in:
parent
385510d521
commit
7f70c613bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552139
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue