aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libpurple
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-03-11 14:35:40 +0800
committermarcus <marcus@FreeBSD.org>2007-03-11 14:35:40 +0800
commit59a817b1f5ddd93446cabc6b31ef19bf2a31a0e3 (patch)
tree8b54c94b52a65720a379e319e1a766d1f646c18b /net-im/libpurple
parent562b692d0b4ecdf4dfceccfcb5faeeddca67abf6 (diff)
downloadfreebsd-ports-gnome-59a817b1f5ddd93446cabc6b31ef19bf2a31a0e3.tar.gz
freebsd-ports-gnome-59a817b1f5ddd93446cabc6b31ef19bf2a31a0e3.tar.zst
freebsd-ports-gnome-59a817b1f5ddd93446cabc6b31ef19bf2a31a0e3.zip
Fix the path to python in gaim-url-handler.
Reported by: Rick C. Petty <rick-freebsd@kiwi-computer.com>
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index 2ac5c0e983c2..641784c112da 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -226,7 +226,8 @@ post-patch:
${WRKSRC}/libgaim/gaim-send \
${WRKSRC}/libgaim/gaim-send-async
@${REINPLACE_CMD} -e 's|/python|/env python|' \
- ${WRKSRC}/libgaim/gaim-remote
+ ${WRKSRC}/libgaim/gaim-remote \
+ ${WRKSRC}/libgaim/gaim-url-handler
.if defined(GAIM_SLAVE)
@${FIND} ${BUILD_WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
's|[$$][(]top_builddir[)]/libgaim/libgaim.la|${LOCALBASE}/lib/libgaim.la|g' \