diff options
author | obache <obache> | 2010-01-09 11:37:10 +0000 |
---|---|---|
committer | obache <obache> | 2010-01-09 11:37:10 +0000 |
commit | 1fadb549db270022e2b20d73897cb28eb928ecbe (patch) | |
tree | 9632d01f12972057166ac75dc3f69c4a957ddd0d | |
parent | 2c91bdb8340728c4a27836adc1f95cb123424a79 (diff) | |
download | pkgsrc-1fadb549db270022e2b20d73897cb28eb928ecbe.tar.gz |
Marked as destdir ready.
-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} |