aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.sites.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-28 17:01:05 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-28 17:01:05 +0000
commit28d9ccefb082a33e3722c0635dba8bd8da13e0ca (patch)
treecf47c03294de786767a56c992ad710b86a97b40f /Mk/bsd.sites.mk
parent5cc4dd677b5ea7e3172d46ef618376bba393c430 (diff)
downloadports-28d9ccefb082a33e3722c0635dba8bd8da13e0ca.tar.gz
ports-28d9ccefb082a33e3722c0635dba8bd8da13e0ca.zip
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r--Mk/bsd.sites.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 879799d52671..f6a1ab7969d3 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -558,6 +558,7 @@ _S_TEMP= ${_P:S/^${_P:C@:[^/:]+$@@}//:S/^://}
. for _group in ${_S_TEMP:S/,/ /g}
_G_TEMP= ${_group}
. if ${_G_TEMP} == all || ${_G_TEMP} == ALL || ${_G_TEMP} == default
+check-makevars::
@${ECHO_MSG} "Makefile error: the words all, ALL and default are reserved and cannot be"
@${ECHO_MSG} "used in group definitions. Please fix your GH_PROJECT"
@${FALSE}