svn commit: r403019 - head/benchmarks/fio

Adam Weinberger adamw at FreeBSD.org
Sat Dec 5 01:47:49 UTC 2015


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


More information about the svn-ports-head mailing list