aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaichi <daichi@FreeBSD.org>2010-05-30 11:14:38 +0800
committerdaichi <daichi@FreeBSD.org>2010-05-30 11:14:38 +0800
commit8c57773704267d2d585cd6b2187db0786945b9e2 (patch)
tree576af86d98f11aab4d2a3fabf15195841f409790
parent018154fed7596ebe96d81f3062198cf46aa2c14d (diff)
downloadfreebsd-ports-gnome-8c57773704267d2d585cd6b2187db0786945b9e2.tar.gz
freebsd-ports-gnome-8c57773704267d2d585cd6b2187db0786945b9e2.tar.zst
freebsd-ports-gnome-8c57773704267d2d585cd6b2187db0786945b9e2.zip
fix typo failing install
Submitted by: sasaki@ongs.co.jp
-rw-r--r--japanese/ibus-mozc/Makefile12
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:
Convert USE_XZ/BZIP2/GMAKE to USESmiwi2014-03-163-8/+3 * Fix handling of the pango font cache.kwm2014-03-152-6/+5 * - Unbreak slave portmiwi2014-03-151-1/+3 * Tie libgnat_util.a to libasismarino2014-03-141-2/+1 * mark as BROKEN + DEPRECATED and set EXPIRATION_DATEoliver2014-03-141-0/+4 * - Stage supportmiwi2014-03-131-8/+2 * gnome-panel will be updated to the 3.x version when GNOME 3 will merged.kwm2014-03-111-1/+3 * - Stage supportmiwi2014-03-116-6/+0 * Unbreakantoine2014-03-111-1/+1 * - Update to 1.1.8miwi2014-03-1113-283/+242 * Update the default version of GCC used in the Ports Collection fromgerald2014-03-1129-28/+29 * Convert x* to USES=zipbapt2014-03-117-14/+8 * Disable gnome-panel support. gnome-panel will be updated to a incompatiblekwm2014-03-101-12/+12 * Remove expired ports:rene2014-03-104-43/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-1/+0 * - Stage supportmiwi2014-03-091-3/+1 * - Add LICENSEsunpoet2014-03-08