svn commit: r512233 - head/graphics/libheif

Tobias Kortkamp tobik at FreeBSD.org
Tue Sep 17 19:29:55 UTC 2019


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
 


More information about the svn-ports-all mailing list