Wed Aug 11 12:44:58 2010 UTC ()
Fxies python path.

Bump PKGREVISION.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-skk/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/inputmethod/ibus-skk/Makefile (expand / switch to unified diff)

--- pkgsrc/inputmethod/ibus-skk/Makefile 2010/08/07 02:07:12 1.1.1.1
+++ pkgsrc/inputmethod/ibus-skk/Makefile 2010/08/11 12:44:58 1.2
@@ -1,28 +1,34 @@ @@ -1,28 +1,34 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/08/07 02:07:12 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/11 12:44:58 obache Exp $
2# 2#
3 3
4DISTNAME= ibus-skk-0.0.10 4DISTNAME= ibus-skk-0.0.10
 5PKGREVISION= 1
5CATEGORIES= inputmethod japanese 6CATEGORIES= inputmethod japanese
6MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/ 7MASTER_SITES= http://cloud.github.com/downloads/ueno/ibus-skk/
7 8
8MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
9HOMEPAGE= http://github.com/ueno/ibus-skk/ 10HOMEPAGE= http://github.com/ueno/ibus-skk/
10COMMENT= Japanese SKK input engine for IBus 11COMMENT= Japanese SKK input engine for IBus
11LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
12 13
13DEPENDS+= ibus-[0-9]*:../../inputmethod/ibus 14DEPENDS+= ibus-[0-9]*:../../inputmethod/ibus
14 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16 17
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 19USE_LIBTOOL= yes
19USE_TOOLS+= gmake intltool msgfmt 20USE_TOOLS+= gmake intltool msgfmt
20 21
21SUBST_CLASSES+= prefix 22SUBST_CLASSES+= prefix
22SUBST_STAGE.prefix= post-configure 23SUBST_STAGE.prefix= post-configure
23SUBST_FILES.prefix= setup/config.py 24SUBST_FILES.prefix= setup/config.py
24SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g' 25SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
25 26
 27SUBST_CLASSES+= epython
 28SUBST_STAGE.epython= pre-configure
 29SUBST_FILES.epython= engine/ibus-engine-skk.in setup/ibus-setup-skk.in
 30SUBST_SED.epython= -e 's;exec python;exec ${PYTHONBIN};g'
 31
26.include "../../devel/gettext-lib/buildlink3.mk" 32.include "../../devel/gettext-lib/buildlink3.mk"
27.include "../../lang/python/application.mk" 33.include "../../lang/python/application.mk"
28.include "../../mk/bsd.pkg.mk" 34.include "../../mk/bsd.pkg.mk"