summaryrefslogtreecommitdiff
path: root/x11/libmatekbd/Makefile
diff options
context:
space:
mode:
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>