Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 20:20:26 +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: r399756 - head/multimedia/libquvi
Message-ID:  <201510192020.t9JKKQHb028742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Oct 19 20:20:26 2015
New Revision: 399756
URL: https://svnweb.freebsd.org/changeset/ports/399756

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile

Modified:
  head/multimedia/libquvi/Makefile

Modified: head/multimedia/libquvi/Makefile
==============================================================================
--- head/multimedia/libquvi/Makefile	Mon Oct 19 20:20:21 2015	(r399755)
+++ head/multimedia/libquvi/Makefile	Mon Oct 19 20:20:26 2015	(r399756)
@@ -12,6 +12,7 @@ COMMENT=	Cross-platform library for pars
 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
@@ -22,7 +23,6 @@ LUAJIT_DESC=	Use LuaJIT instead of Lua
 
 PORTSCOUT=	limit:0.4.[0-9]*
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		iconv libtool pathfix pkgconfig tar:xz



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