Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 19:29:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512233 - head/graphics/libheif
Message-ID:  <201909171929.x8HJTtMn081482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Sep 17 19:29:54 2019
New Revision: 512233
URL: https://svnweb.freebsd.org/changeset/ports/512233

Log:
  graphics/libheif: Spell LICENSE_FILE_GPLv3+ correctly

Modified:
  head/graphics/libheif/Makefile

Modified: head/graphics/libheif/Makefile
==============================================================================
--- head/graphics/libheif/Makefile	Tue Sep 17 19:21:45 2019	(r512232)
+++ head/graphics/libheif/Makefile	Tue Sep 17 19:29:54 2019	(r512233)
@@ -37,7 +37,7 @@ THREADS_CONFIGURE_OFF=	--disable-multithreading
 .if ${PORT_OPTIONS:MEXAMPLES}
 LICENSE+=		GPLv3+
 LICENSE_COMB=		multi
-LICENSE_FILE_GPLv3+=	${WRKSRC}/examples/COPYING
+LICENSE_FILE_GPLv3+ =	${WRKSRC}/examples/COPYING
 USES+=			shared-mime-info
 .endif
 



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