svn commit: r552139 - head/devel/git

Antoine Brodin antoine at FreeBSD.org
Mon Oct 12 17:39:34 UTC 2020


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 at 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)


More information about the svn-ports-all mailing list