Add the forgotten test around the IGNORE
Pointyhat to: bapt
This commit is contained in:
parent
ad08a5b5a9
commit
e8e46de2d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340377
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue