summaryrefslogtreecommitdiff
path: root/x11/libmatekbd/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-07-27 20:19:33 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-07-27 20:19:33 +0000
commitb18513c396f0da554f784695a222d8383acd7127 (patch)
tree0d276f72ec80621ae31f35239a1c27ae16c21bba /x11/libmatekbd/Makefile
parent- Fix build by specifying correct path to license file (diff)
Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
Notes
Notes: svn path=/head/; revision=393031
Diffstat (limited to 'x11/libmatekbd/Makefile')
-rw-r--r--x11/libmatekbd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/libmatekbd/Makefile b/x11/libmatekbd/Makefile
index 57ced67b616f..b3fc77ac7e6f 100644
--- a/x11/libmatekbd/Makefile
+++ b/x11/libmatekbd/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libmatekbd
-PORTVERSION= 1.8.0
-PORTREVISION= 1
+PORTVERSION= 1.10.0
CATEGORIES= x11 mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -27,4 +26,7 @@ INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.mate.peripherals-keyboard-xkb.gschema.xml
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmatekbd*so*
+
.include <bsd.port.mk>