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 | 6ebe5b648413b37b1269c60bc7620dc96e57f982 (patch) | |
tree | 3a97a4117f035b0319af5ffd2bcc11783f75779c /benchmarks | |
parent | 6b4885c7e9587bea3ebe27f11ae7b10489a705d3 (diff) | |
download | pkgsrc-6ebe5b648413b37b1269c60bc7620dc96e57f982.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 |