svn commit: r386426 - head/x11/keybinder

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 15 16:43:11 UTC 2015


Author: amdmi3
Date: Fri May 15 16:43:10 2015
New Revision: 386426
URL: https://svnweb.freebsd.org/changeset/ports/386426

Log:
  - Strip library
  - Add LICENSE_FILE

Modified:
  head/x11/keybinder/Makefile

Modified: head/x11/keybinder/Makefile
==============================================================================
--- head/x11/keybinder/Makefile	Fri May 15 16:41:07 2015	(r386425)
+++ head/x11/keybinder/Makefile	Fri May 15 16:43:10 2015	(r386426)
@@ -2,7 +2,7 @@
 
 PORTNAME=	keybinder
 PORTVERSION=	0.3.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 MASTER_SITES=	GENTOO
 
@@ -10,12 +10,14 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for registering keyboard shortcuts
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc
 USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	gtk20 introspection:build
 USE_XORG=	x11 xext xrender
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES PYTHON LUA


More information about the svn-ports-head mailing list