diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 11:36:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-05-31 12:38:45 +0000 |
commit | fb3192828f2d53d449742813c74c0eb57c1b918a (patch) | |
tree | 826616424b75dee10d76fd654215ea76d60348d8 | |
parent | bc4dc66c1663dcbf51489dfae66e4891ca81f64c (diff) |
lang/cbmbasic: Fix license
Use DISTVERSION while I am here
-rw-r--r-- | lang/cbmbasic/Makefile | 8 |
1 files 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 |