svn commit: r548881 - head/Mk

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Sep 18 09:41:49 UTC 2020


Author: 0mp
Date: Fri Sep 18 09:41:48 2020
New Revision: 548881
URL: https://svnweb.freebsd.org/changeset/ports/548881

Log:
  Fix a typo in a comment

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri Sep 18 09:39:26 2020	(r548880)
+++ head/Mk/bsd.sites.mk	Fri Sep 18 09:41:48 2020	(r548881)
@@ -609,7 +609,7 @@ post-extract-gl-DEFAULT:
 .  endif
 .  if !empty(_GITLAB_GROUPS:NDEFAULT)
 .    for _group in ${_GITLAB_GROUPS:NDEFAULT}
-# We set GL_SITE earlier, we need to verify its not empty
+# We set GL_SITE earlier, we need to verify it's not empty
 .      if empty(GL_SITE_${_group})
 GL_SITE_${_group}=	${GL_SITE_DEFAULT}
 .      endif


More information about the svn-ports-all mailing list