diff options
author | tron <tron@pkgsrc.org> | 2009-07-11 10:35:09 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-07-11 10:35:09 +0000 |
commit | da57bdeaeca42feedb0d97140b01fcbc0fdb9174 (patch) | |
tree | 3a97a4117f035b0319af5ffd2bcc11783f75779c /benchmarks | |
parent | 98fb63fc488d8fb32f125b894d170291636720af (diff) | |
download | pkgsrc-da57bdeaeca42feedb0d97140b01fcbc0fdb9174.tar.gz |
Set license to public-domain.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index a4d0fa7a034..28d59c8c98c 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/05/16 21:06:49 zafer Exp $ +# $NetBSD: Makefile,v 1.17 2009/07/11 10:35:09 tron Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://www.ccci.com/tools/ttcp/ COMMENT= TCP testing and performance measuring tool +LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |