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

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

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile

Modified:
  head/multimedia/libquvi09/Makefile

Modified: head/multimedia/libquvi09/Makefile
==============================================================================
--- head/multimedia/libquvi09/Makefile	Mon Oct 19 20:20:26 2015	(r399756)
+++ head/multimedia/libquvi09/Makefile	Mon Oct 19 20:20:30 2015	(r399757)
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Cross-platform library for parsing flash media stream URLs
 
 LICENSE=	AGPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libquvi-scripts09>=0.9:${PORTSDIR}/multimedia/libquvi-scripts09
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
@@ -22,7 +23,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 OPTIONS_DEFINE=	DOCS
 
 CONFIGURE_ARGS=	--program-suffix=${PKGNAMESUFFIX}
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_GNOME=	glib20



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