summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-06 15:59:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-06 15:59:07 +0000
commit847747700fb9e3a8bb0df6818f4cf0599884e01f (patch)
tree45f93d915308ce3ad8af30610f3d8686455d9dd0 /x11
parenta2163dda7eb6adb622616d3541dc01d1e4ebd931 (diff)
downloadfreebsd-ports-847747700fb9e3a8bb0df6818f4cf0599884e01f.zip
- Fix LICENSE
- Strip library
Diffstat (limited to 'x11')
-rw-r--r--x11/keybinder-gtk3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/keybinder-gtk3/Makefile b/x11/keybinder-gtk3/Makefile
index 646e0a241579..66794d1f1cfe 100644
--- a/x11/keybinder-gtk3/Makefile
+++ b/x11/keybinder-gtk3/Makefile
@@ -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@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"