git: fb3192828f2d - main - lang/cbmbasic: Fix license

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 31 May 2025 12:39:15 UTC
The branch main has been updated by bofh:

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

commit fb3192828f2d53d449742813c74c0eb57c1b918a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-05-31 11:36:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-05-31 12:38:45 +0000

    lang/cbmbasic: Fix license
    
    Use DISTVERSION while I am here
---
 lang/cbmbasic/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lang/cbmbasic/Makefile b/lang/cbmbasic/Makefile
index df7841bcb233..ae28e70a1df9 100644
--- a/lang/cbmbasic/Makefile
+++ b/lang/cbmbasic/Makefile
@@ -1,14 +1,14 @@
 PORTNAME=	cbmbasic
-PORTVERSION=	20221219
+DISTVERSION=	20221219
+PORTREVISION=	1
 CATEGORIES=	lang
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Portable version of Commodore 64 BASIC
 WWW=		https://github.com/mist64/cbmbasic
 
-LICENSE=	BSD NONE
-# Not really sure about the legal status
-LICENSE_COMB=	multi
+# Check files cbmbasic.c, plugin.c and runtime.c
+LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mist64