From 1e549f46ed44da697be978994b546aa29a26f381 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 12 Jul 2005 16:03:56 +0000 Subject: - add missing message files in PLIST. - deprecate USE_PERL5 and LTCONFIG_OVERRIDE. Bump PKGREVISION. --- textproc/namazu2/Makefile | 13 +++++++------ textproc/namazu2/PLIST | 6 +++++- 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'textproc') diff --git a/textproc/namazu2/Makefile b/textproc/namazu2/Makefile index 7a13d30e020..41d3a9239dd 100644 --- a/textproc/namazu2/Makefile +++ b/textproc/namazu2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:47:36 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/07/12 16:03:56 taca Exp $ DISTNAME= namazu-2.0.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= japanese textproc www MASTER_SITES= http://www.namazu.org/stable/ @@ -18,11 +18,12 @@ CONFLICTS+= namazu-[0-9]* USE_PKGLOCALEDIR= yes USE_PKGINSTALL= yes -USE_PERL5= run +USE_TOOLS= perl +TOOLS_DEPMETHOD.perl= DEPENDS GNU_CONFIGURE= yes USE_LANGUAGE= c USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +SHLIBTOOL_OVERRIDE= libtool TEST_TARGET= check CONFIGURE_ARGS+= --localstatedir=${DATADIR} \ @@ -38,7 +39,7 @@ EXAMPLES= mknmzrc namazurc PKG_SYSCONFSUBDIR?= namazu .for f in ${EXAMPLES} -CONF_FILES+= ${EXAMPLESDIR}/$f ${PKG_SYSCONFDIR}/$f +CONF_FILES+= ${EXAMPLESDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor MAKE_DIRS+= ${DATADIR}/namazu/index OWN_DIRS+= ${PKG_SYSCONFDIR} ${DATADIR}/namazu @@ -47,7 +48,7 @@ post-install: ${INSTALL_DATA_DIR} ${DATADIR}/namazu ${INSTALL_DATA_DIR} ${EXAMPLESDIR} .for f in ${EXAMPLES} - cd ${WRKSRC}/conf; ${INSTALL_DATA} $f-sample ${EXAMPLESDIR}/$f + cd ${WRKSRC}/conf; ${INSTALL_DATA} ${f}-sample ${EXAMPLESDIR}/${f} .endfor .include "../../converters/libiconv/buildlink3.mk" diff --git a/textproc/namazu2/PLIST b/textproc/namazu2/PLIST index c009e0cdeb2..afd6d6d53af 100644 --- a/textproc/namazu2/PLIST +++ b/textproc/namazu2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2005/02/13 16:19:08 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/07/12 16:03:56 taca Exp $ bin/adnmz bin/bnamazu bin/gcnmz @@ -36,6 +36,10 @@ man/man1/namazu.1 share/examples/namazu/mknmzrc share/examples/namazu/namazurc @dirrm share/examples/namazu +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/namazu.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/namazu.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/namazu.mo +${PKGLOCALEDIR}/locale/ja_JP.SJIS/LC_MESSAGES/namazu.mo share/namazu/doc/en/manual.html share/namazu/doc/en/nmz.html share/namazu/doc/en/tips.html -- cgit v1.2.3