diff options
Diffstat (limited to 'inputmethod/tc/Makefile')
-rw-r--r-- | inputmethod/tc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |