aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2013-01-24 10:40:14 +0800
committeradamw <adamw@FreeBSD.org>2013-01-24 10:40:14 +0800
commit166fb1d3fbb1753837368ab81bca2ecab00c3911 (patch)
tree7adfe8cd0120a2f6aaa83d479d314c1b36a9f0d1
parenta3ff8a190a6897ecfc6dc2901d91595bbae3df9b (diff)
downloadfreebsd-ports-gnome-166fb1d3fbb1753837368ab81bca2ecab00c3911.tar.gz
freebsd-ports-gnome-166fb1d3fbb1753837368ab81bca2ecab00c3911.tar.zst
freebsd-ports-gnome-166fb1d3fbb1753837368ab81bca2ecab00c3911.zip
Give clearer advice.
-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)