aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-09-18 09:41:48 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-09-18 09:41:48 +0000
commit95448e02a109c538193879420942af2c4f3c1118 (patch)
treeecff51c57a3b539d93eb9a79276df59a136a528a /Mk/bsd.sites.mk
parent7b8a28a9cd791b3aa0f49ca1e94141282e2539a6 (diff)
downloadports-95448e02a109c538193879420942af2c4f3c1118.tar.gz
ports-95448e02a109c538193879420942af2c4f3c1118.zip
Fix a typo in a comment
Notes
Notes: svn path=/head/; revision=548881
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index bed00d3724b3..44fd98e1dccd 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -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