summaryrefslogtreecommitdiff
path: root/converters/p5-nkf
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 07:42:10 +0000
committersnj <snj>2004-04-11 07:42:10 +0000
commit38f1eb7545e74e51a77b273e2e9872499349a769 (patch)
tree29b2e6b0d2a273efd308fc4a626b365a54513bfc /converters/p5-nkf
parent42f98be80fed330bc60cc9c0d15b2e17ca9b360f (diff)
downloadpkgsrc-38f1eb7545e74e51a77b273e2e9872499349a769.tar.gz
Convert to buildlink3 and fix a typo in DESCR.
Diffstat (limited to 'converters/p5-nkf')
-rw-r--r--converters/p5-nkf/DESCR2
-rw-r--r--converters/p5-nkf/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/converters/p5-nkf/DESCR b/converters/p5-nkf/DESCR
index 652472c218b..5ea738080f1 100644
--- a/converters/p5-nkf/DESCR
+++ b/converters/p5-nkf/DESCR
@@ -2,6 +2,6 @@ Nkf is a yet another kanji code converter among networks, hosts and terminals.
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 --git a/converters/p5-nkf/Makefile b/converters/p5-nkf/Makefile
index a45529cefc9..62d7ce40347 100644
--- a/converters/p5-nkf/Makefile
+++ b/converters/p5-nkf/Makefile
@@ -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 @@ MAINTAINER= tech-pkg-ja@jp.NetBSD.org
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"