summaryrefslogtreecommitdiffstats
path: root/net-im/empathy
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-03 19:54:51 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-09-03 19:54:51 +0800
commitdad28bc474b8811ecffb68cd06977e0fa91b7f2b (patch)
treea2f86502b45da0795978ee51214a6fde2e7ba604 /net-im/empathy
parent14c7970f369b93f26e1b6a3744ce40bc7d950bc6 (diff)
downloadmarcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar.gz
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar.bz2
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar.lz
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar.xz
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.tar.zst
marcuscom-ports-dad28bc474b8811ecffb68cd06977e0fa91b7f2b.zip
telepathy-mission-control doesn't install libmissioncontrol.pc anymore.
Replace it with libmcclient.pc in libempathy[gtk].pc files. Noticed it by trying to update nautilus-sendto. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12774 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/empathy')
-rw-r--r--net-im/empathy/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index ebe6e965f..7dd7e974f 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/empathy/Makefile,v 1.34 2009/08/27 17:31:18 marcus Exp $
+# $MCom: ports/net-im/empathy/Makefile,v 1.35 2009/08/28 20:59:54 marcus Exp $
PORTNAME= empathy
PORTVERSION= 2.27.91.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im gnome
MASTER_SITES= GNOME
@@ -83,5 +83,7 @@ PLIST_SUB+= ADIUM="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|g ; \
s|-Werror||g' ${WRKSRC}/configure
-
+ @${REINPLACE_CMD} -e 's|libmissioncontrol|libmcclient|g' \
+ ${WRKSRC}/libempathy/libempathy.pc.in \
+ ${WRKSRC}/libempathy-gtk/libempathy-gtk.pc.in
.include <bsd.port.post.mk>