aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-11-14 19:47:37 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-11-14 19:47:48 +0000
commit1d44c147bf7737243636474bd793081afd6a0ddf (patch)
tree9d00a59e0c04fc0556a0754a5324d6e59f345638
parent677e0323efa55f8b6d88340036b4c0a135f1659d (diff)
downloadports-1d44c147bf7737243636474bd793081afd6a0ddf.tar.gz
ports-1d44c147bf7737243636474bd793081afd6a0ddf.zip
devel/libuv: Call the license MIT as most other repos do
-rw-r--r--devel/libuv/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index 7cb320559494..f3682e939a31 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -8,10 +8,8 @@ MAINTAINER= adamw@FreeBSD.org
COMMENT= Multi-platform support library with a focus on asynchronous I/O
WWW= https://github.com/libuv/libuv
-LICENSE= NODE
-LICENSE_NAME= NODE
+LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= autoreconf cpe libtool pathfix pkgconfig
GNU_CONFIGURE= yes