Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 12:26:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472310 - head/editors/mg
Message-ID:  <201806131226.w5DCQsRr003286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 13 12:26:53 2018
New Revision: 472310
URL: https://svnweb.freebsd.org/changeset/ports/472310

Log:
  - Remove always true OSVERSION condition
  
  Approved by:	portmgr blanket

Modified:
  head/editors/mg/Makefile

Modified: head/editors/mg/Makefile
==============================================================================
--- head/editors/mg/Makefile	Wed Jun 13 12:26:08 2018	(r472309)
+++ head/editors/mg/Makefile	Wed Jun 13 12:26:53 2018	(r472310)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} != FreeBSD || (${OSVERSION} >= 1002506 && ${OSVERSION} < 1100072)
+.if ${OPSYS} != FreeBSD || ${OSVERSION} < 1100072
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-def.h
 
 post-patch:



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