svn commit: r436310 - head/sysutils/mmc-utils

Marius Strobl marius at FreeBSD.org
Thu Mar 16 22:59:20 UTC 2017


Author: marius
Date: Thu Mar 16 22:59:19 2017
New Revision: 436310
URL: https://svnweb.freebsd.org/changeset/ports/436310

Log:
  Correct malformed conditional in r436309.

Modified:
  head/sysutils/mmc-utils/Makefile

Modified: head/sysutils/mmc-utils/Makefile
==============================================================================
--- head/sysutils/mmc-utils/Makefile	Thu Mar 16 22:36:04 2017	(r436309)
+++ head/sysutils/mmc-utils/Makefile	Thu Mar 16 22:59:19 2017	(r436310)
@@ -20,7 +20,7 @@ PLIST_FILES=	man/man1/mmc.1.gz sbin/mmc
 .include <bsd.port.pre.mk>
 
 .if (${OPSYS} == FreeBSD && \
-	${OSVERSION} < 1200025)) || \
+	${OSVERSION} < 1200025) || \
 	${OPSYS} == DragonFly
 IGNORE=		only supported on recent OS versions
 .endif


More information about the svn-ports-all mailing list