git: 1d44c147bf77 - main - devel/libuv: Call the license MIT as most other repos do

From: Adam Weinberger <adamw_at_FreeBSD.org>
Date: Mon, 14 Nov 2022 19:47:54 UTC
The branch main has been updated by adamw:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d44c147bf7737243636474bd793081afd6a0ddf

commit 1d44c147bf7737243636474bd793081afd6a0ddf
Author:     Adam Weinberger <adamw@FreeBSD.org>
AuthorDate: 2022-11-14 19:47:37 +0000
Commit:     Adam Weinberger <adamw@FreeBSD.org>
CommitDate: 2022-11-14 19:47:48 +0000

    devel/libuv: Call the license MIT as most other repos do
---
 devel/libuv/Makefile | 4 +---
 1 file changed, 1 insertion(+), 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