From 5e17a491bd7edf6dedb3e15a699435c6a4b469b5 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 4 Feb 2007 00:29:25 +0000 Subject: Fix the Gaim D-BUS service so that it points to the correct location of the gaim executable. PR: 108736 Submitted by: Phillip N git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8283 df743ca5-7f9a-e211-a948-0013205c9059 --- net-im/libgaim/Makefile | 6 +++--- net-im/libpurple/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index 404b77384..23cd53065 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.6 2007/02/02 18:05:42 mezz Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -216,7 +216,7 @@ post-patch: -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|@bindir@|${PREFIX}/bin|' \ ${WRKSRC}/gaim.service.in @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/libgaim/gaim-send \ diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 404b77384..23cd53065 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.6 2007/02/02 18:05:42 mezz Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -216,7 +216,7 @@ post-patch: -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|@bindir@|${PREFIX}/bin|' \ ${WRKSRC}/gaim.service.in @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/libgaim/gaim-send \ -- cgit v1.2.3