diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-22 08:57:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-22 08:57:26 +0800 |
commit | 9cf7c7e71f3bd5e450959bee68a898df415f6f3c (patch) | |
tree | 285c3d084edced06882390901320b7c29c77e34e /net-im | |
parent | 158fb9ce9047974e068a1686253d9b4b461004ab (diff) | |
download | marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar.gz marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar.bz2 marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar.lz marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar.xz marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.tar.zst marcuscom-ports-9cf7c7e71f3bd5e450959bee68a898df415f6f3c.zip |
Teach gaim-remote how to find python in the PATH.
Submitted by: sajd on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8212 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libgaim/Makefile | 6 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index a4f62a342..4686438d8 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.2 2007/01/20 20:18:29 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.3 2007/01/20 20:31:45 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 2 +PORTREVISION?= 3 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' \ diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index a4f62a342..4686438d8 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.2 2007/01/20 20:18:29 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.3 2007/01/20 20:31:45 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 2 +PORTREVISION?= 3 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' \ |