Add the forgotten test around the IGNORE

Pointyhat to:	bapt
This commit is contained in:
Baptiste Daroussin 2014-01-20 09:09:04 +00:00
parent ad08a5b5a9
commit e8e46de2d1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340377

View file

@ -1825,8 +1825,10 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DEPENDS}
# Ignore STAGEDIR if set from make.conf
.undef STAGEDIR
# From command line it is impossible to undefined so we must raise an error
.if defined(STAGEDIR)
IGNORE= Do not define STAGEDIR in command line
.endif
.endif
.if defined(WITH_PKGNG)
.include "${PORTSDIR}/Mk/bsd.pkgng.mk"