svn commit: r475458 - head/audio/lame

Antoine Brodin antoine at FreeBSD.org
Fri Jul 27 18:40:34 UTC 2018


Author: antoine
Date: Fri Jul 27 18:40:33 2018
New Revision: 475458
URL: https://svnweb.freebsd.org/changeset/ports/475458

Log:
  Fix LICENSE

Modified:
  head/audio/lame/Makefile

Modified: head/audio/lame/Makefile
==============================================================================
--- head/audio/lame/Makefile	Fri Jul 27 18:35:52 2018	(r475457)
+++ head/audio/lame/Makefile	Fri Jul 27 18:40:33 2018	(r475458)
@@ -12,7 +12,7 @@ COMMENT=	Fast MP3 encoder kit
 
 LICENSE=		LGPL20+ PATENTS
 LICENSE_COMB=		multi
-LICENSE_FILE_LGPL20=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL20+ =	${WRKSRC}/COPYING
 LICENSE_NAME_PATENTS=	Intellectual Property Precaution
 LICENSE_PERMS_PATENTS=	dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept
 LICENSE_TEXT_PATENTS=	http://www.mp3licensing.com/ only talks about the FhG and Technicolor patent portfolio \
@@ -23,7 +23,7 @@ LICENSE_TEXT_PATENTS=	http://www.mp3licensing.com/ onl
 			There was no investigation (in the LAME project) about which patent exists, which \
 			one is implemented in LAME, and which one is not (yet) expired. As such it is not \
 			known if LAME could now be distributed as a binary package or not. \
-			Linux distributions seem to go the "let's see if get sued" way, FreeBSD does not \
+			Linux distributions seem to go the "let\'s see if get sued" way, FreeBSD does not \
 			follow this.
 
 USES=		gmake iconv libtool


More information about the svn-ports-all mailing list