git: a459c4ab2ea9 - 2021Q4 - multimedia/celluloid: define LICENSE_FILE to avoid stub
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:11:39 UTC
The branch 2021Q4 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=a459c4ab2ea9d37bcc28977953aeb15ae662dbc6 commit a459c4ab2ea9d37bcc28977953aeb15ae662dbc6 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:50 +0000 multimedia/celluloid: define LICENSE_FILE to avoid stub + flavors of *GPL licenses expect a separate file under Templates/ despite using the same text. (cherry picked from commit 4ca9a507f46e4da3148795a771ac7d697666c058) --- multimedia/celluloid/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/celluloid/Makefile b/multimedia/celluloid/Makefile index 5dc4d28476e8..b9334622ed7a 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