1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix INDEX build

This commit is contained in:
Bryan Drewery 2013-06-06 02:10:23 +00:00
parent 1a94a13d0a
commit 30ea9fa422
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320049

View File

@ -534,8 +534,8 @@ MASTER_SITE_GENTOO+= \
# default: not set, mandatory
#
.if defined(USE_GITHUB)
.if ${GH_TAGNAME} == master || ${GH_COMMIT} == master
BROKEN?= Using master as GH_TAGNAME or GH_COMMIT is invalid. \
.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\
not "reroll" as soon as the branch is updated
.endif