diff options
author | obache <obache> | 2010-09-04 05:04:57 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-04 05:04:57 +0000 |
commit | d5da2b378ef3f94669789db7f396659ecf74bc91 (patch) | |
tree | 29293e11e41d6d40c343758bb6ee63cb09dfddf1 /inputmethod/ibus-skk | |
parent | f70e67fcae954c7089160eb7b1149b1e64d1704b (diff) | |
download | pkgsrc-d5da2b378ef3f94669789db7f396659ecf74bc91.tar.gz |
exactly pass localedir to configure.
Diffstat (limited to 'inputmethod/ibus-skk')
-rw-r--r-- | inputmethod/ibus-skk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus-skk/Makefile b/inputmethod/ibus-skk/Makefile index b662f6a4192..d037670bc46 100644 --- a/inputmethod/ibus-skk/Makefile +++ b/inputmethod/ibus-skk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/08/30 07:36:48 obache Exp $ +# $NetBSD: Makefile,v 1.5 2010/09/04 05:04:57 obache Exp $ # DISTNAME= ibus-skk-1.0.0 @@ -19,6 +19,8 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt +CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale + SUBST_CLASSES+= prefix SUBST_STAGE.prefix= post-configure SUBST_FILES.prefix= setup/config.py |