pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/kttcp NO_CHECKSUM=yes instead of #defined.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7e8969487be
branches:  trunk
changeset: 494347:b7e8969487be
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 08:53:42 2005 +0000

description:
NO_CHECKSUM=yes instead of #defined.

diffstat:

 benchmarks/kttcp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f42ddf088e46 -r b7e8969487be benchmarks/kttcp/Makefile
--- a/benchmarks/kttcp/Makefile Mon May 23 08:51:46 2005 +0000
+++ b/benchmarks/kttcp/Makefile Mon May 23 08:53:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/01 10:37:33 grant Exp $
+# $NetBSD: Makefile,v 1.12 2005/05/23 08:53:42 rillig Exp $
 
 DISTNAME=      kttcp-${VERSION}
 CATEGORIES=    benchmarks net
@@ -15,7 +15,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 EXTRACT_ONLY=  # empty
-NO_CHECKSUM=   # defined
+NO_CHECKSUM=   yes
 
 WRKSRC=                ${WRKDIR}
 MAKE_ENV+=     BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man



Home | Main Index | Thread Index | Old Index