svn commit: r323625 - head/japanese/mozc-server

Hiroki Sato hrs at FreeBSD.org
Thu Jul 25 04:51:03 UTC 2013


Author: hrs
Date: Thu Jul 25 04:51:03 2013
New Revision: 323625
URL: http://svnweb.freebsd.org/changeset/ports/323625

Log:
  Do not define post-configure and pre-build target for mozc_el.
  
  Spotted by:	HATANO Tomomi

Modified:
  head/japanese/mozc-server/Makefile

Modified: head/japanese/mozc-server/Makefile
==============================================================================
--- head/japanese/mozc-server/Makefile	Thu Jul 25 00:31:38 2013	(r323624)
+++ head/japanese/mozc-server/Makefile	Thu Jul 25 04:51:03 2013	(r323625)
@@ -91,6 +91,7 @@ post-patch:
 		${WRKSRC}/unix/fcitx/mozc.conf
 .endif
 
+.if ! ${BUILD_MOZC_LIST:Mmozc_el}
 ${WRKSRC}/mozcmake:
 	${PRINTF} "%s\n%s\n" "#!/bin/sh" 'exec ${BUILD_CMD} $$@' \
 		> ${WRKSRC}/mozcmake
@@ -116,6 +117,7 @@ post-configure: ${WRKSRC}/mozcmake
 
 pre-build:
 	${BUILD_MOZC_CMD} build_tools -c ${BUILD_MODE} ${_MAKE_JOBS}
+.endif
 
 # mozc_server
 .if ${BUILD_MOZC_LIST:Mmozc_server} == "mozc_server" || defined(makesum)


More information about the svn-ports-all mailing list