aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-21 23:02:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-21 23:02:33 +0000
commitf39690fc84ae9ae1abc73737eb069ac055408209 (patch)
treeb0fdd1b7ea5bae6e8306418847a35a65b51fa19a /net-im/libpurple
parent91c0fb7b2db7c538ee0da136968304b44da3dd8c (diff)
downloadports-f39690fc84ae9ae1abc73737eb069ac055408209.tar.gz
ports-f39690fc84ae9ae1abc73737eb069ac055408209.zip
Teach gaim-remote how to find python in the PATH.
Submitted by: sajd on #freebsd-gnome
Notes
Notes: svn path=/head/; revision=182923
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' \