svn commit: r399152 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Mon Oct 12 21:36:57 UTC 2015


Author: bdrewery
Date: Mon Oct 12 21:36:55 2015
New Revision: 399152
URL: https://svnweb.freebsd.org/changeset/ports/399152

Log:
  Remove SYSTEMVERSION exporting, not needed since r99913.
  
  This is a relic of port.mkversion.
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Mon Oct 12 20:03:07 2015	(r399151)
+++ head/Mk/bsd.port.mk	Mon Oct 12 21:36:55 2015	(r399152)
@@ -5055,8 +5055,7 @@ ${_t}:
 	ARCH="${ARCH:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
 	OPSYS="${OPSYS:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
 	OSREL="${OSREL:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
-	OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}" \
-	SYSTEMVERSION="${SYSTEMVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}"
+	OSVERSION="${OSVERSION:S/"/"'"'"/g:S/\$/\$\$/g:S/\\/\\\\/g}"
 .endif
 
 .if !target(pre-check-config)


More information about the svn-ports-head mailing list