aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 9aca1ec0ef3f..aefc8065a547 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -531,11 +531,10 @@ GH_TAGNAME?= ${DISTVERSION}
.endif
.endif
#
-# Another way to simplify distfile fetching from GitHub, eliminating the need
-# to track 7-digit commits for each distfile, is to use the following:
-#
-# MASTER_SITES= https://github.com/GH_ACCOUNT/${PORTNAME}/archive/${DISTVERSION}.tar.gz?dummy=/
-# FETCH_ARGS= -prR
+# GitHub files can also be obtained, without the commit hashes, by doing:
+#
+# MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
+# FETCH_ARGS= -Fpr
#
.if !defined(IGNORE_MASTER_SITE_GNOME)