From f39690fc84ae9ae1abc73737eb069ac055408209 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 21 Jan 2007 23:02:33 +0000 Subject: Teach gaim-remote how to find python in the PATH. Submitted by: sajd on #freebsd-gnome --- net-im/libpurple/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net-im/libpurple/Makefile') 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' \ -- cgit v1.2.3