From cfc7bf4da3d7730aa5d7610f157612ed2a3493f3 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Sat, 5 May 2018 13:59:47 +0000 Subject: For ports in `japanese' category: remove redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. --- japanese/cannadic/Makefile | 1 - japanese/fcitx-mozc/Makefile | 1 - japanese/gskk/Makefile | 2 -- japanese/ibus-mozc/Makefile | 1 - japanese/uim-mozc/Makefile | 1 - 5 files changed, 6 deletions(-) diff --git a/japanese/cannadic/Makefile b/japanese/cannadic/Makefile index 2610a174f6e5..b1ff0d31b878 100644 --- a/japanese/cannadic/Makefile +++ b/japanese/cannadic/Makefile @@ -16,7 +16,6 @@ BUILD_DEPENDS= crxdic:japanese/canna-server ALL_TARGET= maindic SUB_FILES= README.FreeBSD pkg-message PORTDOCS= README.ja README.FreeBSD -PKGMESSAGE= ${WRKDIR}/pkg-message DICS= gcanna.cbd gcanna.cld gcannaf.ctd DICSFILE= dics.dir.gpl_canna diff --git a/japanese/fcitx-mozc/Makefile b/japanese/fcitx-mozc/Makefile index a1a43690e51b..a6b6e0eb1531 100644 --- a/japanese/fcitx-mozc/Makefile +++ b/japanese/fcitx-mozc/Makefile @@ -9,7 +9,6 @@ DATADIR= ${PREFIX}/share/fcitx/${PORTNAME} MASTERDIR= ${.CURDIR}/../../japanese/mozc-server FILESDIR= ${.CURDIR}/files SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message BUILD_MOZC_LIST= fcitx_mozc diff --git a/japanese/gskk/Makefile b/japanese/gskk/Makefile index f1a7e356a404..b03bd05f361a 100644 --- a/japanese/gskk/Makefile +++ b/japanese/gskk/Makefile @@ -27,8 +27,6 @@ PORTDOCS= README.FreeBSD SUB_FILES= README.FreeBSD pkg-message SUB_LIST+= DICDIR=${DICDIR} PORTNAME=${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message - DICS= ${PORTNAME}.cbd ${PORTNAME}.cld DICSFILE= dics.dir.${PORTNAME} DICDIR= ${PREFIX}/share/canna/dic/canna diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index 29b7f9474cb3..c932f4949b9e 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -7,7 +7,6 @@ COMMENT= Mozc engine for IBus DATADIR= ${PREFIX}/share/ibus-${PORTNAME} MASTERDIR= ${.CURDIR}/../../japanese/mozc-server -PKGMESSAGE= ${WRKDIR}/pkg-message FILESDIR= ${.CURDIR}/files SUB_FILES= pkg-message diff --git a/japanese/uim-mozc/Makefile b/japanese/uim-mozc/Makefile index 2f2dd4a0337e..ae7710325997 100644 --- a/japanese/uim-mozc/Makefile +++ b/japanese/uim-mozc/Makefile @@ -9,7 +9,6 @@ MASTERDIR= ${.CURDIR}/../../japanese/mozc-server FILESDIR= ${.CURDIR}/files DATADIR= ${PREFIX}/share/uim SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message BUILD_MOZC_LIST=uim_mozc -- cgit