mozc-*: move include bsd.pkg.mk to the correct place

This commit is contained in:
tnn 2022-04-24 22:19:15 +00:00
parent 16ec33e45a
commit 4ce120d232
7 changed files with 14 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.74 2022/04/18 19:11:28 adam Exp $
# $NetBSD: Makefile,v 1.75 2022/04/24 22:19:15 tnn Exp $
PKGNAME= ibus-${DISTNAME}
PKGREVISION= 9
@ -30,3 +30,4 @@ do-install:
.include "../../inputmethod/ibus/buildlink3.mk"
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.63 2022/04/18 19:11:29 adam Exp $
# $NetBSD: Makefile,v 1.64 2022/04/24 22:19:15 tnn Exp $
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
PKGREVISION= 9
@ -30,3 +30,4 @@ do-install:
${DESTDIR}${EMACS_LISPPREFIX}
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:29 adam Exp $
# $NetBSD: Makefile,v 1.56 2022/04/24 22:19:15 tnn Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-renderer-/}
PKGREVISION= 9
@ -30,3 +30,4 @@ do-install:
${DESTDIR}${PREFIX}/share/icons/mozc.png
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.72 2022/04/18 19:11:29 adam Exp $
# $NetBSD: Makefile,v 1.73 2022/04/24 22:19:15 tnn Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-server-/}
PKGREVISION= 9
@ -20,3 +20,4 @@ do-install:
${DESTDIR}${PREFIX}/libexec/mozc_server
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,11 +1,11 @@
# $NetBSD: Makefile.common,v 1.35 2022/04/24 22:16:03 tnn Exp $
# $NetBSD: Makefile.common,v 1.36 2022/04/24 22:19:15 tnn Exp $
# used by inputmethod/ibus-mozc/Makefile
# used by inputmethod/mozc-elisp/Makefile
# used by inputmethod/mozc-server/Makefile
# used by inputmethod/mozc-tool/Makefile
# used by inputmethod/mozc-renderer/Makefile
# used by inputmethod/uim-mozc/Makefile
#
DISTNAME= mozc-2.26.4282.100
CATEGORIES= inputmethod
@ -93,4 +93,3 @@ do-configure:
.include "../../lang/python/tool.mk"
.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.69 2022/04/18 19:11:29 adam Exp $
# $NetBSD: Makefile,v 1.70 2022/04/24 22:19:15 tnn Exp $
PKGNAME= ${DISTNAME:S/mozc-/mozc-tool-/}
PKGREVISION= 9
@ -20,3 +20,4 @@ do-install:
${DESTDIR}${PREFIX}/libexec
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:30 adam Exp $
# $NetBSD: Makefile,v 1.56 2022/04/24 22:19:15 tnn Exp $
PKGNAME= uim-${DISTNAME}
PKGREVISION= 8
@ -49,3 +49,4 @@ UIM_MODULES= mozc
.include "../../inputmethod/uim/buildlink3.mk"
.include "../../inputmethod/mozc-server/Makefile.common"
.include "../../mk/bsd.pkg.mk"