Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 01:47:48 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403019 - head/benchmarks/fio
Message-ID:  <201512050147.tB51lmYs060470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Dec  5 01:47:47 2015
New Revision: 403019
URL: https://svnweb.freebsd.org/changeset/ports/403019

Log:
  Fix typos.
  
  Pointy hats on standby.

Modified:
  head/benchmarks/fio/Makefile

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Sat Dec  5 01:37:05 2015	(r403018)
+++ head/benchmarks/fio/Makefile	Sat Dec  5 01:47:47 2015	(r403019)
@@ -20,12 +20,12 @@ GNUPLOT_BUILD_DEPENDS=	${LOCALBASE}/bin/
 
 .include <bsd.port.options.mk>
 
-if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000013
 USES+=		bison
 MAKE_ARGS+=	YACC=${LOCALBASE}/bin/bison
 .endif
 
-if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	flex>0:${PORTSDIR}/textproc/flex
 MAKE_ARGS+=	LEX=${LOCALBASE}/bin/flex
 .endif



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