diff options
author | marcus <marcus@FreeBSD.org> | 2007-02-04 08:24:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-02-04 08:24:39 +0800 |
commit | 0a0e5b04352b2ef938a3b46e13bd47e5a7cb15a4 (patch) | |
tree | a988200cbd23e4ef1d86a34cf4ad94c2d11a5c9a /net-im/libpurple | |
parent | 280f8273e8ecb23029b9691be585915e9a480087 (diff) | |
download | freebsd-ports-gnome-0a0e5b04352b2ef938a3b46e13bd47e5a7cb15a4.tar.gz freebsd-ports-gnome-0a0e5b04352b2ef938a3b46e13bd47e5a7cb15a4.tar.zst freebsd-ports-gnome-0a0e5b04352b2ef938a3b46e13bd47e5a7cb15a4.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/libpurple')
-rw-r--r-- | net-im/libpurple/Makefile | 4 |
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 \ |