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/tc/Makefile | |
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/tc/Makefile')
-rw-r--r-- | inputmethod/tc/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |