diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 08:53:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 08:53:42 +0000 |
commit | 60a97e41f7469240c0b37eb11343fac1885c49ae (patch) | |
tree | d5ac2d1ebaa785eda0bc89d45ba5d257730acc48 /benchmarks | |
parent | cf73ca027e2211609532ccf84b46e3a91f3bee84 (diff) | |
download | pkgsrc-60a97e41f7469240c0b37eb11343fac1885c49ae.tar.gz |
NO_CHECKSUM=yes instead of #defined.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/kttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 20d52eac176..6a330beee05 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -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 @@ ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]*-* NetBSD-[2-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_ONLY= # empty -NO_CHECKSUM= # defined +NO_CHECKSUM= yes WRKSRC= ${WRKDIR} MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man |