aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 08:24:39 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 08:24:39 +0800
commit5971be1d43cbad38f126eb1c996caf2092cc1f79 (patch)
treedbd75019e22e98bd145b3f9161fafb868ff47dcf /net-im
parentd5753b7b23a564b61d1dad43e7813e481aa5be91 (diff)
downloadfreebsd-ports-gnome-5971be1d43cbad38f126eb1c996caf2092cc1f79.tar.gz
freebsd-ports-gnome-5971be1d43cbad38f126eb1c996caf2092cc1f79.tar.zst
freebsd-ports-gnome-5971be1d43cbad38f126eb1c996caf2092cc1f79.zip
Fix the Gaim D-BUS service so that it points to the correct location
of the gaim executable. PR: 108736 Submitted by: Phillip N <pneumann@gmail.com>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libgaim/Makefile4
-rw-r--r--net-im/libpurple/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index 8ae0c349889d..d073e7270619 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 2
+PORTREVISION?= 3
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 8ae0c349889d..d073e7270619 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gaim
PORTVERSION= 2.0.0.b6
-PORTREVISION?= 2
+PORTREVISION?= 3
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 \