summaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-28 21:36:11 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-02-28 21:36:11 +0000
commita62df23c12eb01115472513ba7e1045aec15186a (patch)
tree3586a67ae83f693c0d188bad2084f20919e4ec70 /Mk/bsd.sites.mk
parentUse = instead of += (diff)
Fix comment of GH_TAGNAME
Notes
Notes: svn path=/head/; revision=494205
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 7791428640e3..00102e5c57d3 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -365,7 +365,7 @@ DEV_WARNING+= "MASTER_SITES contains ${MASTER_SITES:M*/github.com/*/archive/*},
# GH_TAGNAME - name of the tag to download (2.0.1, hash, ...)
# Using the name of a branch here is incorrect. It is
# possible to do GH_TAGNAME= GIT_HASH to do a snapshot.
-# default: ${DISTVERSION}
+# default: ${DISTVERSIONFULL}
#
# GH_SUBDIR - directory relative to WRKSRC where to move this distfile's
# content after extracting.