diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2010-05-30 03:14:38 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2010-05-30 03:14:38 +0000 |
commit | ab71e7775c9b4a511152368296617d516ab05cba (patch) | |
tree | bc108e9dcc9539481bcdc80b7af72ae0dbccf52f /japanese/ibus-mozc | |
parent | 2a3f85e371e8a87564e3cea609260a27a5b7451d (diff) | |
download | ports-ab71e7775c9b4a511152368296617d516ab05cba.tar.gz ports-ab71e7775c9b4a511152368296617d516ab05cba.zip |
Notes
Diffstat (limited to 'japanese/ibus-mozc')
-rw-r--r-- | japanese/ibus-mozc/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index c16c89a185b7..14aa25449b3b 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -76,23 +76,23 @@ do-install: ${WRKSRC}/src/unix/ibus/mozc.xml \ ${LOCALBASE}/share/ibus/component/mozc.xml @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_start \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_start \ ${LOCALBASE}/bin/mozc_server_start @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_stop \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_stop \ ${LOCALBASE}/bin/mozc_server_stop @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_server_restart \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_server_restart \ ${LOCALBASE}/bin/mozc_server_restart @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_tool_config \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_tool_config \ ${LOCALBASE}/bin/mozc_tool_config @${INSTALL} -o 0 -g 0 -m 555 \ - ${WRKSRC}/../${DISTNAME2}/bin/mozc_tool_dictionary \ + ${WRKSRC}/../${ADDITIONNAME}/bin/mozc_tool_dictionary \ ${LOCALBASE}/bin/mozc_tool_dictionary @${MKDIR} ${LOCALBASE}/share/ibus-mozc/icons @${INSTALL} -o 0 -g 0 -m 444 \ - ${WRKSRC}/../${DISTNAME2}/icons/mozc-temp-icon.png \ + ${WRKSRC}/../${ADDITIONNAME}/icons/mozc-temp-icon.png \ ${LOCALBASE}/share/ibus-mozc/icons/product_icon.png post-install: |