git: 4ca9a507f46e - main - multimedia/celluloid: define LICENSE_FILE to avoid stub

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 05 Nov 2021 19:07:43 UTC
The branch main has been updated by jbeich:

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

commit 4ca9a507f46e4da3148795a771ac7d697666c058
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-05 19:05:41 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-05 19:07:41 +0000

    multimedia/celluloid: define LICENSE_FILE to avoid stub
    
    + flavors of *GPL licenses expect a separate file under Templates/
    despite using the same text.
---
 multimedia/celluloid/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile
index 3f2fff3fc695..0c4b3a298b17 100644
--- a/multimedia/celluloid/Makefile
+++ b/multimedia/celluloid/Makefile
@@ -7,6 +7,7 @@ MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Simple GTK+ frontend for mpv
 
 LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libepoxy.so:graphics/libepoxy \
 		libmpv.so:multimedia/mpv