git: 9c4d61e01099 - 2024Q1 - multimedia/kodi: Fix Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:52:33 UTC
The branch 2024Q1 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c4d61e01099b242a494f0a008a2a5115177f5ff commit 9c4d61e01099b242a494f0a008a2a5115177f5ff Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2024-02-25 12:52:01 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-02-25 12:52:01 +0000 multimedia/kodi: Fix Makefile Fix accidentally removed PORTNAME PR: 276993 Reported by: lhersch@dssgmbh.de Fixes: 2eafefc094ae73769afb59f60e543777e0cac734 --- multimedia/kodi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index 2e447cdb6ff1..43c42ff225de 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,3 +1,4 @@ +PORTNAME= kodi DISTVERSION= 20.4 CATEGORIES= multimedia java # do not forget to fix devel/kodi-platform when updating kodi