diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-06 12:00:15 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-06-06 12:00:15 +0000 |
commit | b61d4c5d2d80d0eb8089cc5e1825eb03ecef0881 (patch) | |
tree | 4dd711242ebcb0568db79b8969c6550142b607f2 /Mk/bsd.sites.mk | |
parent | bf61792a2d13975036a3f3c139a120cc24bfd3d7 (diff) | |
download | ports-b61d4c5d2d80d0eb8089cc5e1825eb03ecef0881.tar.gz ports-b61d4c5d2d80d0eb8089cc5e1825eb03ecef0881.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 6f367f2eb7e6..94ec0f6bd1d8 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -535,8 +535,8 @@ MASTER_SITE_GENTOO+= \ # .if defined(USE_GITHUB) .if defined(GH_TAGNAME) && ${GH_TAGNAME} == master -BROKEN?= Using master as GH_TAGNAME is invalid. \ - Must use a version or commit hash so the upstream does\ +IGNORE?= Using master as GH_TAGNAME is invalid. \ + Must use a tag or commit hash so the upstream does\ not "reroll" as soon as the branch is updated .endif MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR% \ |