Tue Jun 17 13:16:09 2014 UTC ()
Reset PKGREVISION
This is forgotten during laste mozc update.


(ryoon)
diff -r1.10 -r1.11 pkgsrc/inputmethod/mozc-elisp/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/inputmethod/mozc-elisp/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/mozc-elisp/Makefile 2014/02/12 23:18:04 1.10
+++ pkgsrc/inputmethod/mozc-elisp/Makefile 2014/06/17 13:16:09 1.11
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.10 2014/02/12 23:18:04 tron Exp $ 1# $NetBSD: Makefile,v 1.11 2014/06/17 13:16:09 ryoon Exp $
2# 2#
3 3
4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/} 4PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
5PKGREVISION= 2 
6CATEGORIES= inputmethod editors 5CATEGORIES= inputmethod editors
7 6
8EMACS_MODULES= base leim 7EMACS_MODULES= base leim
9 8
10.include "../../editors/emacs/modules.mk" 9.include "../../editors/emacs/modules.mk"
11 10
12INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin 11INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin
13 12
14do-build: 13do-build:
15 cd ${WRKSRC} && env ${MAKE_ENV} \ 14 cd ${WRKSRC} && env ${MAKE_ENV} \
16 ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \ 15 ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
17 unix/emacs/emacs.gyp:mozc_emacs_helper 16 unix/emacs/emacs.gyp:mozc_emacs_helper
18 cd ${WRKSRC}/unix/emacs && \ 17 cd ${WRKSRC}/unix/emacs && \