aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/libpurple
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-01-22 07:02:33 +0800
committermarcus <marcus@FreeBSD.org>2007-01-22 07:02:33 +0800
commit3a1876c0809e7dc525ad1a5293e854ea8e35dd57 (patch)
treecd95e80db03916e9fc51909be8cb27e12ba75baf /net-im/libpurple
parent623258f44d7f8ff3bb93a6a2a28f182dbd6a6d6f (diff)
downloadfreebsd-ports-gnome-3a1876c0809e7dc525ad1a5293e854ea8e35dd57.tar.gz
freebsd-ports-gnome-3a1876c0809e7dc525ad1a5293e854ea8e35dd57.tar.zst
freebsd-ports-gnome-3a1876c0809e7dc525ad1a5293e854ea8e35dd57.zip
Teach gaim-remote how to find python in the PATH.
Submitted by: sajd on #freebsd-gnome
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index ac8e7e04b752..1ff2f48e438d 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -219,6 +219,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
${WRKSRC}/libgaim/gaim-send \
${WRKSRC}/libgaim/gaim-send-async
+ @${REINPLACE_CMD} -e 's|/python|/env python|' \
+ ${WRKSRC}/libgaim/gaim-remote
.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' \