summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index cbc7e0077..352640558 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-# $MCom: ports/trunk/net-im/telepathy-glib/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom$
PORTNAME= telepathy-glib
PORTVERSION= 0.20.2
@@ -15,8 +15,6 @@ RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen
PORTSCOUT= limitw:1,even
-NO_STAGE= yes
-USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USES= gmake pathfix pkgconfig
USE_GNOME= glib20 gnomehier introspection:build libxslt:build ltverhack
@@ -25,4 +23,7 @@ MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-vala-bindings
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
+
.include <bsd.port.mk>