Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:07:43 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4ca9a507f46e - main - multimedia/celluloid: define LICENSE_FILE to avoid stub
Message-ID:  <202111051907.1A5J7hLi071684@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051907.1A5J7hLi071684>