diff options
author | danfe <danfe@FreeBSD.org> | 2018-05-05 21:59:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-05-05 21:59:47 +0800 |
commit | e14101a9c354f895d22bad07325868c287691af2 (patch) | |
tree | c460d55c3ee50784fba80d1587d8a98c84f16004 /japanese/fcitx-mozc | |
parent | 010d62369264756cc6d112b3588c9b927c892baf (diff) | |
download | freebsd-ports-gnome-e14101a9c354f895d22bad07325868c287691af2.tar.gz freebsd-ports-gnome-e14101a9c354f895d22bad07325868c287691af2.tar.zst freebsd-ports-gnome-e14101a9c354f895d22bad07325868c287691af2.zip |
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.
Diffstat (limited to 'japanese/fcitx-mozc')
-rw-r--r-- | japanese/fcitx-mozc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |