aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 09:09:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 09:09:04 +0000
commite8e46de2d1dfdd8e6929a2f09ab30bf8f5360471 (patch)
tree655e6dd8bdd6d2b7dd1a8ed039d715c2c4abcafb /Mk/bsd.port.mk
parentad08a5b5a95466efd64d46d7f2931684565027b7 (diff)
downloadports-e8e46de2d1dfdd8e6929a2f09ab30bf8f5360471.tar.gz
ports-e8e46de2d1dfdd8e6929a2f09ab30bf8f5360471.zip
Add the forgotten test around the IGNORE
Pointyhat to: bapt
Notes
Notes: svn path=/head/; revision=340377
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 14a0885c0aae..20578ccc3883 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -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"