svn commit: r399158 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 12 22:17:11 UTC 2015


Author: bdrewery
Date: Mon Oct 12 22:17:09 2015
New Revision: 399158
URL: https://svnweb.freebsd.org/changeset/ports/399158

Log:
  Spell 'OSREL' properly from r399155.
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Oct 12 22:14:45 2015	(r399157)
+++ head/Mk/bsd.port.mk	Mon Oct 12 22:17:09 2015	(r399158)
@@ -5054,7 +5054,7 @@ ${_t}:
 
 .if !defined(NOPRECIOUSMAKEVARS)
 # These won't change, so we can pass them through the environment
-_EXPORTED_VARS=	ARCH OPSYS OPREL OSVERSION UNAMER _PKG_CHECKED
+_EXPORTED_VARS=	ARCH OPSYS OSREL OSVERSION UNAMER _PKG_CHECKED
 .for var in ${_EXPORTED_VARS}
 .if empty(.MAKEFLAGS:M${var}=*)
 .MAKEFLAGS:	${var}=${${var}:Q}


More information about the svn-ports-all mailing list