svn commit: r340377 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 20 09:09:05 UTC 2014


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"


More information about the svn-ports-all mailing list