diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-27 20:02:27 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 19:47:41 +0800 |
commit | adb93122cbf753a26a0497479dbb88cf415de29b (patch) | |
tree | 3eb073c6437f91958b1c4aef8fc4124c38bc2fc5 /benchmarks/netio | |
parent | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff) | |
download | freebsd-ports-gnome-adb93122cbf753a26a0497479dbb88cf415de29b.tar.gz freebsd-ports-gnome-adb93122cbf753a26a0497479dbb88cf415de29b.tar.zst freebsd-ports-gnome-adb93122cbf753a26a0497479dbb88cf415de29b.zip |
Deorbit RESTRICTED && NO_CDROM, part one.
For ports that already use the licenses framwork, merge the content of
RESTRICTED/NO_CDROM/LEGAL* entries into LICENSEs.
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'benchmarks/netio')
-rw-r--r-- | benchmarks/netio/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/netio/Makefile b/benchmarks/netio/Makefile index 17cb86a81eb1..c51492108aba 100644 --- a/benchmarks/netio/Makefile +++ b/benchmarks/netio/Makefile @@ -12,9 +12,10 @@ COMMENT= Network benchmark USES= dos2unix gmake zip -LICENSE_PERMS=no-pkg-mirror -RESTRICTED= Usage permitted for non-commercial purposes only -NO_CDROM= Sale for profit is not permitted +LICENSE= UNKNOWN +LICENSE_NAME= unknown +LICENSE_TEXT= Usage permitted for non-commercial purposes only. Sale for profit is not permitted. +LICENSE_PERMS= auto-accept DOS2UNIX_FILES= Makefile netio.c NO_WRKSUBDIR= yes |