Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 12:25:59 +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: r472308 - head/games/alephone-scenarios
Message-ID:  <201806131225.w5DCPxms003023@repo.freebsd.org>

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

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

Modified:
  head/games/alephone-scenarios/Makefile

Modified: head/games/alephone-scenarios/Makefile
==============================================================================
--- head/games/alephone-scenarios/Makefile	Wed Jun 13 12:25:31 2018	(r472307)
+++ head/games/alephone-scenarios/Makefile	Wed Jun 13 12:25:59 2018	(r472308)
@@ -42,7 +42,7 @@ SUB_FILES=	wrapper
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+.if ${OPSYS} == FreeBSD
 . if ${PORT_OPTIONS:METERNAL} || ${PORT_OPTIONS:MRUBICON}
 USES=		zip:infozip
 . endif
@@ -51,7 +51,7 @@ USES=		zip:infozip
 DATADIR!=	cd ${PORTSDIR}/games/alephone && ${MAKE} -V DATADIR
 
 .if ${PORT_OPTIONS:MEMR}
-. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+. if ${OPSYS} == FreeBSD
 EXTRACT_DEPENDS=gtar:archivers/gtar
 TAR=		${LOCALBASE}/bin/gtar
 . endif



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