svn commit: r462458 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Tue Feb 20 22:25:29 UTC 2018


Author: bdrewery
Date: Tue Feb 20 22:25:28 2018
New Revision: 462458
URL: https://svnweb.freebsd.org/changeset/ports/462458

Log:
  Rework r462455: soeliminate never made it to a release, was only in 11-CURRENT.
  
  Reported by:	antoine
  Approved by:	portmgr (implicit)

Modified:
  head/Mk/bsd.commands.mk

Modified: head/Mk/bsd.commands.mk
==============================================================================
--- head/Mk/bsd.commands.mk	Tue Feb 20 22:14:17 2018	(r462457)
+++ head/Mk/bsd.commands.mk	Tue Feb 20 22:25:28 2018	(r462458)
@@ -108,6 +108,7 @@ XZ_CMD?=		/usr/bin/xz ${XZ}
 
 MD5?=			/sbin/md5
 SHA256?=		/sbin/sha256
+SOELIM?=		/usr/bin/soelim
 
 # ECHO is defined in /usr/share/mk/sys.mk, which can either be "echo",
 # or "true" if the make flag -s is given.  Use ECHO_CMD where you mean
@@ -129,11 +130,4 @@ PKG_ADD?=		${PKG_BIN} add
 PKG_QUERY?=		${PKG_BIN} query
 
 .endif
-
-.if defined(OSVERSION)
-.if ${OSVERSION} < 1100000
-SOELIM?=		/usr/bin/soeliminate
-.else
-SOELIM?=		/usr/bin/soelim
-.endif
-.endif
+.info here


More information about the svn-ports-head mailing list