svn commit: r358380 - in head/japanese: mozc-el mozc-server

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Thu Jun 19 11:08:11 UTC 2014


Author: sanpei
Date: Thu Jun 19 11:08:10 2014
New Revision: 358380
URL: http://svnweb.freebsd.org/changeset/ports/358380
QAT: https://qat.redports.org/buildarchive/r358380/

Log:
  support stage for mozc-el.

Modified:
  head/japanese/mozc-el/Makefile
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-el/Makefile
==============================================================================
--- head/japanese/mozc-el/Makefile	Thu Jun 19 10:41:59 2014	(r358379)
+++ head/japanese/mozc-el/Makefile	Thu Jun 19 11:08:10 2014	(r358380)
@@ -10,5 +10,4 @@ PKGMESSAGE=	${.CURDIR}/pkg-message
 
 BUILD_MOZC_LIST=mozc_el
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Thu Jun 19 10:41:59 2014	(r358379)
+++ head/japanese/mozc-server/Makefile	Thu Jun 19 11:08:10 2014	(r358380)
@@ -327,7 +327,7 @@ do-build-mozc_el:
 				-f batch-byte-compile mozc.el
 
 do-install-mozc_el:
-	@${MKDIR} ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mozc
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/mozc
 	${INSTALL_DATA} \
 		${WRKSRC}/unix/emacs/mozc.el \
 		${WRKSRC}/unix/emacs/mozc.elc \


More information about the svn-ports-head mailing list