aboutsummaryrefslogtreecommitdiff
path: root/net-im/libpurple
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 00:24:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-04 00:24:39 +0000
commit5971be1d43cbad38f126eb1c996caf2092cc1f79 (patch)
treedbd75019e22e98bd145b3f9161fafb868ff47dcf /net-im/libpurple
parentd5753b7b23a564b61d1dad43e7813e481aa5be91 (diff)
downloadports-5971be1d43cbad38f126eb1c996caf2092cc1f79.tar.gz
ports-5971be1d43cbad38f126eb1c996caf2092cc1f79.zip
Notes
Diffstat (limited to 'net-im/libpurple')
-rw-r--r--net-im/libpurple/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \