svn commit: r472310 - head/editors/mg

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 13 12:26:54 UTC 2018


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:


More information about the svn-ports-all mailing list