svn commit: r472308 - head/games/alephone-scenarios

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


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


More information about the svn-ports-all mailing list