summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2013-01-24 02:40:14 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2013-01-24 02:40:14 +0000
commitb1061477d576e45ccae9895caa72db7cb590194d (patch)
tree7adfe8cd0120a2f6aaa83d479d314c1b36a9f0d1 /Mk
parent- update to 1.6 (diff)
Give clearer advice.
Notes
Notes: svn path=/head/; revision=310911
Diffstat (limited to '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)