diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-01-12 14:33:21 +0000 |
commit | 94817f078473a40920b4a61d9d46edf052f3c1c9 (patch) | |
tree | 9419015f28d81d3b8c7f8074afa8e5cf158c0e64 /benchmarks | |
parent | d861678bdefc371a8cb6bf3d2c316437130a0b33 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ttcp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile index 0d87abdb45eb..28b098223072 100644 --- a/benchmarks/ttcp/Makefile +++ b/benchmarks/ttcp/Makefile @@ -13,10 +13,7 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= Benchmarking tool for analysing TCP and UDP performance -LICENSE= PUBLIC_DOMAIN -LICENSE_NAME= ${LICENSE:S/_/ /} -LICENSE_TEXT= The license: ${_LICENSE} (${_LICENSE_NAME}) is standard, please read from the web. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE= PD NO_WRKSUBDIR= yes |