pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-nkf Convert to buildlink3 and fix a typo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6211195e3ef6
branches:  trunk
changeset: 472534:6211195e3ef6
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 07:42:10 2004 +0000

description:
Convert to buildlink3 and fix a typo in DESCR.

diffstat:

 converters/p5-nkf/DESCR    |  2 +-
 converters/p5-nkf/Makefile |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 666d73f66d4d -r 6211195e3ef6 converters/p5-nkf/DESCR
--- a/converters/p5-nkf/DESCR   Sun Apr 11 07:41:05 2004 +0000
+++ b/converters/p5-nkf/DESCR   Sun Apr 11 07:42:10 2004 +0000
@@ -2,6 +2,6 @@
 It converts input kanji code to desig- nated kanji code such as 7-bit
 JIS, MS-kanji (shifted-JIS) or EUC.
 
-One of the most unique facicility of nkf is the guess of the input kanji
+One of the most unique facility of nkf is the guess of the input kanji
 code. It currently recognizes 7-bit JIS, MS- kanji (shifted-JIS) and EUC.
 So users needn't the input kanji code specification.
diff -r 666d73f66d4d -r 6211195e3ef6 converters/p5-nkf/Makefile
--- a/converters/p5-nkf/Makefile        Sun Apr 11 07:41:05 2004 +0000
+++ b/converters/p5-nkf/Makefile        Sun Apr 11 07:42:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/11 07:42:10 snj Exp $
 #
 
 DISTNAME=      nkf-1.7
@@ -11,7 +11,7 @@
 COMMENT=       Perl library for Network Kanji code conversion Filter
 
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/NKF
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/NKF/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index