summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-24 02:29:24 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-24 02:29:24 +0800
commitf8210e5021dffe56ad0b62b3078e86699b01302e (patch)
tree3679ef320ce6a73163cbb7ca4ad0167fe277e489 /net-im
parentb2e4c9b2339e717b06172766c70e83965c90b324 (diff)
downloadmarcuscom-ports-f8210e5021dffe56ad0b62b3078e86699b01302e.tar.gz
marcuscom-ports-f8210e5021dffe56ad0b62b3078e86699b01302e.tar.zst
marcuscom-ports-f8210e5021dffe56ad0b62b3078e86699b01302e.zip
Correct the vala path.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15078 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-glib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
index a3e92dd64..348a05cbb 100644
--- a/net-im/telepathy-glib/Makefile
+++ b/net-im/telepathy-glib/Makefile
@@ -3,10 +3,11 @@
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.17 2011/01/17 20:11:05 marcus Exp $
+# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.18 2011/01/23 16:13:30 kwm Exp $
PORTNAME= telepathy-glib
PORTVERSION= 0.13.10
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
@@ -35,7 +36,7 @@ CONFIGURE_ARGS= --enable-vala-bindings
post-patch:
@${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/telepathy-glib/Makefile.in
- @${REINPLACE_CMD} -e 's|datarootdir)/vala/vapi|datarootdir)/vala-0.10/vapi|g' \
+ @${REINPLACE_CMD} -e 's|datarootdir)/vala/vapi|datarootdir)/vala-0.12/vapi|g' \
${WRKSRC}/vala/Makefile.in
.include <bsd.port.mk>