svn commit: r494207 - head/devel/git

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 28 21:36:36 UTC 2019


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


More information about the svn-ports-all mailing list