svn commit: r418437 - head/x11/menu-cache

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 12 19:33:38 UTC 2016


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


More information about the svn-ports-all mailing list