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>
This commit is contained in:
parent
d5753b7b23
commit
5971be1d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184068
2 changed files with 4 additions and 4 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue