diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-01-24 02:40:14 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-01-24 02:40:14 +0000 |
commit | b1061477d576e45ccae9895caa72db7cb590194d (patch) | |
tree | 7adfe8cd0120a2f6aaa83d479d314c1b36a9f0d1 /Mk/bsd.sites.mk | |
parent | a93a31d5ac8add2eaa58b5c9a4c7f56d667754de (diff) | |
download | ports-b1061477d576e45ccae9895caa72db7cb590194d.tar.gz ports-b1061477d576e45ccae9895caa72db7cb590194d.zip |
Give clearer advice.
Notes
Notes:
svn path=/head/; revision=310911
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 9 |
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) |