svn commit: r383108 - head/emulators/i386-wine

Mathieu Arnold mat at FreeBSD.org
Fri Apr 3 11:32:57 UTC 2015


Author: mat
Date: Fri Apr  3 11:32:55 2015
New Revision: 383108
URL: https://svnweb.freebsd.org/changeset/ports/383108

Log:
  Fix last commit.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/emulators/i386-wine/Makefile.inc

Modified: head/emulators/i386-wine/Makefile.inc
==============================================================================
--- head/emulators/i386-wine/Makefile.inc	Fri Apr  3 11:26:48 2015	(r383107)
+++ head/emulators/i386-wine/Makefile.inc	Fri Apr  3 11:32:55 2015	(r383108)
@@ -57,7 +57,7 @@ PLIST_SUB+=	OSREL${osrel}="@comment "
 .endif
 .endfor
 
-.if ${OPSYS} != FreeBSD || (!(&& ${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) && !(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100048 && ${OSVERSION} < 1200000))
+.if ${OPSYS} != FreeBSD || (!(${OSVERSION} < 900000) && !(${OSVERSION} >= 901000 && ${OSVERSION} < 1000000) && !(${OSVERSION} >= 1000510 && ${OSVERSION} < 1100000) && !(${OSVERSION} >= 1100048 && ${OSVERSION} < 1200000))
 IGNORE=		binaries compiled for FreeBSD 8.4+, 9.1+, 10.0+ and -current only
 DISTFILES=
 .endif


More information about the svn-ports-head mailing list