svn commit: r399757 - head/multimedia/libquvi09

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


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 at 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


More information about the svn-ports-all mailing list