Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2013 21:59:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317443 - head/benchmarks/tcpblast/src
Message-ID:  <201305052159.r45Lx38X069644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun May  5 21:59:02 2013
New Revision: 317443
URL: http://svnweb.freebsd.org/changeset/ports/317443

Log:
  Fix build on current

Modified:
  head/benchmarks/tcpblast/src/Makefile

Modified: head/benchmarks/tcpblast/src/Makefile
==============================================================================
--- head/benchmarks/tcpblast/src/Makefile	Sun May  5 21:52:24 2013	(r317442)
+++ head/benchmarks/tcpblast/src/Makefile	Sun May  5 21:59:02 2013	(r317443)
@@ -1,6 +1,6 @@
 PROG=		tcpblast
 SRCS=		tcpblast.c
-NOMAN=		yes
+NO_MAN=		yes
 BINDIR=		${PREFIX}/bin
 
 .include <bsd.prog.mk>



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