diff options
author | obache <obache@pkgsrc.org> | 2010-01-09 11:37:10 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-09 11:37:10 +0000 |
commit | 9ecd5cf6ff211d4b9cc2ed0ba3b85d4f0a5268c1 (patch) | |
tree | 9632d01f12972057166ac75dc3f69c4a957ddd0d /inputmethod | |
parent | b22ee377d02cf3f0e4995fae9086089da4f21f3d (diff) | |
download | pkgsrc-9ecd5cf6ff211d4b9cc2ed0ba3b85d4f0a5268c1.tar.gz |
Marked as destdir ready.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/sj3-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/sj3-lib/Makefile b/inputmethod/sj3-lib/Makefile index 67deb14467e..b63e74e2a52 100644 --- a/inputmethod/sj3-lib/Makefile +++ b/inputmethod/sj3-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/07/05 04:55:24 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2010/01/09 11:37:10 obache Exp $ DISTNAME= sj3-2.0.1.20 PKGNAME= sj3-lib-2.0.1.20 @@ -10,6 +10,8 @@ MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ MAINTAINER= tech-pkg-ja@jp.NetBSD.org COMMENT= SJ3 Japanese input method library +PKG_DESTDIR_SUPPORT= destdir + USE_TOOLS+= itools USE_IMAKE= yes MAKE_ENV+= IMDICTDIR=${IMDICTDIR:Q} |