diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-14 19:46:20 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-14 19:46:20 +0000 |
commit | 8a7acbced9ab85ca1cf0669741656cbcf5004a6d (patch) | |
tree | f985850491613a2507e5197dbaec962101e3ffef /japanese/fcitx-mozc | |
parent | ad3c41ea0b2e6e93c0f050f2b4cb4c756dde2949 (diff) | |
download | ports-8a7acbced9ab85ca1cf0669741656cbcf5004a6d.tar.gz ports-8a7acbced9ab85ca1cf0669741656cbcf5004a6d.zip |
Notes
Diffstat (limited to 'japanese/fcitx-mozc')
-rw-r--r-- | japanese/fcitx-mozc/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/fcitx-mozc/Makefile b/japanese/fcitx-mozc/Makefile index 8b803259a8bd..9bc70fb0e4e1 100644 --- a/japanese/fcitx-mozc/Makefile +++ b/japanese/fcitx-mozc/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: fcitx-mozc -# Date created: 22 May 2012 -# Whom: Daichi GOTO <daichi@freebsd.org> -# +# Created by: Daichi GOTO <daichi@freebsd.org> # $FreeBSD$ -# PKGNAMEPREFIX= ja-fcitx- -PKGNAMESUFFIX= + COMMENT= Mozc engine for Fcitx DATADIR= ${PREFIX}/share/fcitx/${PORTNAME} @@ -17,8 +13,4 @@ BROKEN= fails to build BUILD_MOZC_LIST= fcitx_mozc -post-install: - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} To display this message again, type ${PKG_INFO} -D ${PKGNAME} - .include "${MASTERDIR}/Makefile" |