Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Oct 2020 17:39:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552139 - head/devel/git
Message-ID:  <202010121739.09CHdY3G025547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Oct 12 17:39:33 2020
New Revision: 552139
URL: https://svnweb.freebsd.org/changeset/ports/552139

Log:
  Fix COMMENT for default FLAVOR

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Mon Oct 12 16:31:08 2020	(r552138)
+++ head/devel/git/Makefile	Mon Oct 12 17:39:33 2020	(r552139)
@@ -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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010121739.09CHdY3G025547>