diff options
author | Renato Botelho <garga@FreeBSD.org> | 2017-05-03 13:26:51 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2017-05-03 13:26:51 -0300 |
commit | ad78354fdf2012d5cad519f1aeb9fd7b0baefcc5 (patch) | |
tree | 792d95f4889a896e0233ed61b9e0c2d8396ad5be /textproc/ibus/Makefile | |
parent | 0ab6edbc213b13c14f547c7a3d2f638ce1061967 (diff) | |
parent | 466d5086c13b3c5ce0297c4e8fe5158b4db0e4ef (diff) | |
download | FreeBSD-ports-ad78354fdf2012d5cad519f1aeb9fd7b0baefcc5.zip FreeBSD-ports-ad78354fdf2012d5cad519f1aeb9fd7b0baefcc5.tar.gz |
Merge remote-tracking branch 'origin/branches/2017Q2' into RELENG_2_3v2.3.4
Diffstat (limited to 'textproc/ibus/Makefile')
-rw-r--r-- | textproc/ibus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 40a871c..7e3e4c0 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ibus PORTVERSION= 1.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT \ https://raw.githubusercontent.com/Ranks/emojione/${EMOJIONE_TAG}/:emojione @@ -110,9 +110,6 @@ PLIST_SUB+= COMPDIR="@comment " post-extract-EMOJI-on: ${CP} ${DISTDIR}/emoji.json ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} -e 's|/var/lib/dbus|/var/db/dbus|g' ${WRKSRC}/src/ibusshare.c - post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/autostart ${INSTALL_DATA} ${PATCHDIR}/ibus.desktop ${STAGEDIR}${PREFIX}/etc/xdg/autostart |