svn commit: r400940 - head/x11/keybinder-gtk3

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Nov 6 15:59:08 UTC 2015


Author: amdmi3
Date: Fri Nov  6 15:59:07 2015
New Revision: 400940
URL: https://svnweb.freebsd.org/changeset/ports/400940

Log:
  - Fix LICENSE
  - Strip library

Modified:
  head/x11/keybinder-gtk3/Makefile

Modified: head/x11/keybinder-gtk3/Makefile
==============================================================================
--- head/x11/keybinder-gtk3/Makefile	Fri Nov  6 15:52:57 2015	(r400939)
+++ head/x11/keybinder-gtk3/Makefile	Fri Nov  6 15:59:07 2015	(r400940)
@@ -2,6 +2,7 @@
 
 PORTNAME=	keybinder
 PORTVERSION=	0.3.0
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	GENTOO
 PKGNAMESUFFIX=	-gtk3
@@ -10,7 +11,8 @@ DISTNAME=	${PORTNAME}-3.0-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library for registering keyboard shortcuts
 
-LICENSE=	GPLv2
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gtk-doc-html --without-html-dir
@@ -18,6 +20,7 @@ USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	gtk30 introspection:build
 USE_XORG=	x11 xext xrender
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB+=	VERSION="3.0"
 


More information about the svn-ports-all mailing list