Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 09:09:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340377 - head/Mk
Message-ID:  <201401200909.s0K995jD077563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 20 09:09:04 2014
New Revision: 340377
URL: http://svnweb.freebsd.org/changeset/ports/340377
QAT: https://qat.redports.org/buildarchive/r340377/

Log:
  Add the forgotten test around the IGNORE
  
  Pointyhat to:	bapt

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Jan 20 09:08:32 2014	(r340376)
+++ head/Mk/bsd.port.mk	Mon Jan 20 09:09:04 2014	(r340377)
@@ -1825,8 +1825,10 @@ RUN_DEPENDS+=	${_GL_${_component}_RUN_DE
 # 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401200909.s0K995jD077563>