Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 21:36:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494207 - head/devel/git
Message-ID:  <201902282136.x1SLaMtu011182@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 28 21:36:21 2019
New Revision: 494207
URL: https://svnweb.freebsd.org/changeset/ports/494207

Log:
  Fix typo
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/git/Makefile

Modified: head/devel/git/Makefile
==============================================================================
--- head/devel/git/Makefile	Thu Feb 28 21:36:16 2019	(r494206)
+++ head/devel/git/Makefile	Thu Feb 28 21:36:21 2019	(r494207)
@@ -104,7 +104,7 @@ GUI_USES=		tk
 GUI_MAKE_ARGS=		TCL_PATH=${TCLSH} TCLTK_PATH=${WISH}
 GUI_MAKE_ARGS_OFF=	NO_TCLTK=yes
 
-# While this port does not explicity honor WITH_SUBVERSION_VER knob it does
+# While this port does not explicitly honor WITH_SUBVERSION_VER knob it does
 # depend upon devel/p5-subversion, which does honor that knob. If you want
 # to have git use devel/subversion18 it will be brought in through
 # devel/p5-subversion if you set WITH_SUBVERSION_VER=18. Otherwise



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