Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2016 19:33:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418437 - head/x11/menu-cache
Message-ID:  <201607121933.u6CJXbsO075477@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 12 19:33:37 2016
New Revision: 418437
URL: https://svnweb.freebsd.org/changeset/ports/418437

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove unneeded flags

Modified:
  head/x11/menu-cache/Makefile

Modified: head/x11/menu-cache/Makefile
==============================================================================
--- head/x11/menu-cache/Makefile	Tue Jul 12 19:17:06 2016	(r418436)
+++ head/x11/menu-cache/Makefile	Tue Jul 12 19:33:37 2016	(r418437)
@@ -9,7 +9,8 @@ MASTER_SITES=	SF/lxde/${PORTNAME}/${PORT
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library used to read freedesktop.org menus
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfm-extra.so:x11/libfm-extra
 
@@ -19,9 +20,6 @@ USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 CONFIGURE_ARGS=--disable-static
 
 .include <bsd.port.mk>



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