summaryrefslogtreecommitdiff
path: root/textproc/ipadic/Makefile
diff options
context:
space:
mode:
authorseb <seb>2003-08-05 21:34:10 +0000
committerseb <seb>2003-08-05 21:34:10 +0000
commit1c5b65c63b787e2c7cc1ebb21e9712b60a415663 (patch)
treef057feb083ea6ee6c05005e4c38527662f29f723 /textproc/ipadic/Makefile
parent92795228ed52f0a1b57daa36cf3752d70ce262f7 (diff)
downloadpkgsrc-1c5b65c63b787e2c7cc1ebb21e9712b60a415663.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'textproc/ipadic/Makefile')
-rw-r--r--textproc/ipadic/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/ipadic/Makefile b/textproc/ipadic/Makefile
index 563770b15ad..97207b41dbd 100644
--- a/textproc/ipadic/Makefile
+++ b/textproc/ipadic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:54:21 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/05 21:34:10 seb Exp $
#
DISTNAME= ipadic-2.4.4
@@ -17,10 +17,12 @@ USE_PKGINSTALL= yes
CONF_FILES= ${CHASEN_DICDIR}/ipadic/chasenrc.example \
${CHASEN_CONFDIR}/chasenrc
+USE_NEW_TEXINFO= YES
+INFO_FILES= ipadic-ja.info
+
post-install:
${INSTALL_DATA} ${WRKSRC}/chasenrc \
${CHASEN_DICDIR}/ipadic/chasenrc.example
.include "../../textproc/chasen/Makefile.common"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"