aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-01-03 22:08:56 +0800
committeradamw <adamw@FreeBSD.org>2014-01-03 22:08:56 +0800
commit56e67539e09030a497e7118f78ddd05cab258688 (patch)
tree41617ad93996e4f01e4c2565f508fd770086167e /Mk/bsd.sites.mk
parent32f9e38eb2c6090b6834d30e369284fbe590401a (diff)
downloadfreebsd-ports-graphics-56e67539e09030a497e7118f78ddd05cab258688.tar.gz
freebsd-ports-graphics-56e67539e09030a497e7118f78ddd05cab258688.tar.zst
freebsd-ports-graphics-56e67539e09030a497e7118f78ddd05cab258688.zip
Remove FETCH_ARGS from github stuff in bsd.sites.mk.
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 0a91e7121b4..296e0362d7e 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -536,14 +536,12 @@ MASTER_SITES+= GH GHC
.endif
GH_PROJECT?= ${PORTNAME}
GH_TAGNAME?= ${DISTVERSION}
-FETCH_ARGS= -Fpr
.endif
.endif
#
-# GitHub files can also be obtained, without the commit hashes, by doing:
+# GitHub files can also be obtained, without the need for any of the above, by doing:
#
# MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/
-# FETCH_ARGS= -Fpr
#
.if !defined(IGNORE_MASTER_SITE_GNOME)