svn commit: r552232 - head/devel/git
Renato Botelho
garga at FreeBSD.org
Tue Oct 13 11:32:27 UTC 2020
Author: garga
Date: Tue Oct 13 11:32:26 2020
New Revision: 552232
URL: https://svnweb.freebsd.org/changeset/ports/552232
Log:
Simplify logic to define COMMENT
Submitted by: bapt
Modified:
head/devel/git/Makefile
Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile Tue Oct 13 11:30:50 2020 (r552231)
+++ head/devel/git/Makefile Tue Oct 13 11:32:26 2020 (r552232)
@@ -12,12 +12,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-manpages-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= garga at FreeBSD.org
-.if ${FLAVOR:Udefault} == default
COMMENT= Distributed source code management tool
-.elif ${FLAVOR:U} == gui
-COMMENT= Distributed source code management tool (GUI enabled flavor)
+.if ${FLAVOR:U} == gui
+COMMENT+= (GUI enabled flavor)
.elif ${FLAVOR:U} == lite
-COMMENT= Distributed source code management tool (lite flavor)
+COMMENT+= (lite flavor)
.endif
LICENSE= GPLv2
More information about the svn-ports-all
mailing list