diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /inputmethod | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/gcin/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/tc/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/inputmethod/gcin/Makefile b/inputmethod/gcin/Makefile index c88e75eebfb..19e4af69edd 100644 --- a/inputmethod/gcin/Makefile +++ b/inputmethod/gcin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/12/27 13:37:38 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:23 joerg Exp $ # DISTNAME= gcin-1.1.7 @@ -11,6 +11,8 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.csie.nctu.edu.tw/~cp76/gcin/ COMMENT= Gtk Chinese INput application in X +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index beee62a7acb..cbf571057ad 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/08 20:04:18 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:23 joerg Exp $ # DISTNAME= tc-2.3.1 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://openlab.ring.gr.jp/tcode/tc2/index.html COMMENT= T-Code driver for Emacs +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} == "xemacs" |