diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-30 16:20:59 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-30 16:20:59 +0000 |
commit | 741d47133e9dfdbdd2df172442db31f867fc25a2 (patch) | |
tree | e13db146e05d83a972cff4abeccf8642203d8a52 | |
parent | c87a9287f4bae5c7ebf1f03edb22509a12138ceb (diff) | |
download | pkgsrc-741d47133e9dfdbdd2df172442db31f867fc25a2.tar.gz |
fcitx5: Follow sysutils/dbus migration, VARBASE/db/dbus to VARBASE/lib/dbus
Bump PKGREVISION.
-rw-r--r-- | inputmethod/fcitx5/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/fcitx5/Makefile b/inputmethod/fcitx5/Makefile index 30cea80a538..5ac2393cda1 100644 --- a/inputmethod/fcitx5/Makefile +++ b/inputmethod/fcitx5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2021/02/27 19:30:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2021/03/30 16:20:59 ryoon Exp $ DISTNAME= fcitx5-5.0.5 +PKGREVISION= 1 CATEGORIES= inputmethod MASTER_SITES= https://download.fcitx-im.org/fcitx5/fcitx5/ EXTRACT_SUFX= .tar.xz @@ -23,7 +24,7 @@ SUBST_CLASSES+= fix-machine-id SUBST_STAGE.fix-machine-id= pre-configure SUBST_MESSAGE.fix-machine-id= Fixing machine-id path SUBST_FILES.fix-machine-id+= src/lib/fcitx/misc_p.h -SUBST_SED.fix-machine-id+= -e 's,/var/lib/dbus/machine-id,${VARBASE}/db/dbus/machine-id,g' +SUBST_SED.fix-machine-id+= -e 's,/var/lib/dbus/machine-id,${VARBASE}/lib/dbus/machine-id,g' CONFLICTS+= fcitx-[0-9]* |