svn commit: r317443 - head/benchmarks/tcpblast/src

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 21:59:03 UTC 2013


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>


More information about the svn-ports-all mailing list