diff options
author | jlam <jlam> | 2006-04-08 20:04:18 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-08 20:04:18 +0000 |
commit | 3d2c14ab2ab44789646e44b8230e60a3883f765c (patch) | |
tree | 014f672dd797f7c46d310daac5e9193d63f76c16 /inputmethod | |
parent | ee25a864e22648b3e133f1bfd41fe90350b434ee (diff) | |
download | pkgsrc-3d2c14ab2ab44789646e44b8230e60a3883f765c.tar.gz |
List info files in the PLIST and install them into EMACS_INFOPREFIX.
Bump the PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tc/Makefile | 6 | ||||
-rw-r--r-- | inputmethod/tc/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/inputmethod/tc/Makefile b/inputmethod/tc/Makefile index 470a85a889d..beee62a7acb 100644 --- a/inputmethod/tc/Makefile +++ b/inputmethod/tc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:09:43 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/04/08 20:04:18 jlam Exp $ # DISTNAME= tc-2.3.1 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese inputmethod MASTER_SITES= http://openlab.ring.gr.jp/tcode/resources/soft/ @@ -20,6 +20,6 @@ CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX}/tc USE_TOOLS+= gmake GNU_CONFIGURE= YES -INFO_FILES= tc.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/tc/PLIST b/inputmethod/tc/PLIST index 602ab3b4c0e..898d2c3010a 100644 --- a/inputmethod/tc/PLIST +++ b/inputmethod/tc/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 2004/02/21 18:24:21 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/04/08 20:04:18 jlam Exp $ bin/tcinput +${EMACS_INFOPREFIX}/tc.info ${EMACS_LISPPREFIX}/tc/eelll.el ${EMACS_LISPPREFIX}/tc/eelll.elc ${EMACS_LISPPREFIX}/tc/tc-bitmap.el |