diff options
author | abs <abs> | 2009-12-23 21:46:10 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-23 21:46:10 +0000 |
commit | e47a1b159d337beeb0937e32e8e7b8bd1a6f0ea1 (patch) | |
tree | e384beaa1dea67eb3ef20436908ac75ac5473a30 /inputmethod | |
parent | 69c08d6d51168f53d9a0c38ee6e0c3167feba04f (diff) | |
download | pkgsrc-e47a1b159d337beeb0937e32e8e7b8bd1a6f0ea1.tar.gz |
PKG_DESTDIR_SUPPORT=destdir
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna-lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile index 77c3c294d62..9e637781303 100644 --- a/inputmethod/canna-lib/Makefile +++ b/inputmethod/canna-lib/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2008/09/18 12:35:27 taca Exp $ +# $NetBSD: Makefile,v 1.11 2009/12/23 21:46:10 abs Exp $ PKGREVISION= 2 CANNA_MODULE= lib +PKG_DESTDIR_SUPPORT= destdir + .include "../../inputmethod/canna/Makefile.common" # (1) Change SUBDIRS. |