diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-12 17:39:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-10-12 17:39:33 +0000 |
commit | 7f70c613bb019ee55c3ac9e8847e099574615f4a (patch) | |
tree | 841f89a2330bdb27fc47fea5a235732da6220db9 | |
parent | Update to the 20201009 snapshot of GCC 9.3.1. (diff) |
Fix COMMENT for default FLAVOR
Notes
Notes:
svn path=/head/; revision=552139
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 704585094f66..49384709c511 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -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) |