svn commit: r399756 - head/multimedia/libquvi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:28 UTC 2015


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


More information about the svn-ports-head mailing list