svn commit: r358573 - head/japanese/mozc-additions
MIHIRA Sanpei Yoshiro
sanpei at FreeBSD.org
Fri Jun 20 13:21:02 UTC 2014
Author: sanpei
Date: Fri Jun 20 13:21:01 2014
New Revision: 358573
URL: http://svnweb.freebsd.org/changeset/ports/358573
QAT: https://qat.redports.org/buildarchive/r358573/
Log:
support stage.
Modified:
head/japanese/mozc-additions/Makefile
Modified: head/japanese/mozc-additions/Makefile
==============================================================================
--- head/japanese/mozc-additions/Makefile Fri Jun 20 13:18:21 2014 (r358572)
+++ head/japanese/mozc-additions/Makefile Fri Jun 20 13:21:01 2014 (r358573)
@@ -24,8 +24,7 @@ PLIST_FILES= bin/ibus-daemon_restart \
bin/mozc_tool_hand_writing \
bin/mozc_tool_word_register
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${PLIST_FILES:S,bin/,${FILESDIR}/,} ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${PLIST_FILES:S,bin/,${FILESDIR}/,} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list