Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 20:40:19 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512815 - head/multimedia/libquvi
Message-ID:  <201909252040.x8PKeJi9074362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 25 20:40:18 2019
New Revision: 512815
URL: https://svnweb.freebsd.org/changeset/ports/512815

Log:
  Fix LICENSE_FILE

Modified:
  head/multimedia/libquvi/Makefile

Modified: head/multimedia/libquvi/Makefile
==============================================================================
--- head/multimedia/libquvi/Makefile	Wed Sep 25 20:40:13 2019	(r512814)
+++ head/multimedia/libquvi/Makefile	Wed Sep 25 20:40:18 2019	(r512815)
@@ -12,7 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Cross-platform library for parsing flash media stream URLs
 
 LICENSE=	LGPL21+
-LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libcurl.so:ftp/curl



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