diff options
Diffstat (limited to 'japanese/kcode')
-rw-r--r-- | japanese/kcode/Makefile | 9 | ||||
-rw-r--r-- | japanese/kcode/files/patch-kcode | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index 620f3778c0eb..417b45d32875 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -1,17 +1,18 @@ PORTNAME= kcode -PORTVERSION= 1.0 -PORTREVISION= 1 +DISTVERSION= 1.0 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= http://www.irori.org/dl/tool/ EXTRACT_SUFX= .gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mew14930xvi@inbox.lv COMMENT= Handy utility to show codepoint information of given characters WWW= https://www.irori.org/tool/kcode.html USES= shebangfix perl5 USE_PERL5= extract run NO_WRKSUBDIR= yes +NO_ARCH= yes NO_BUILD= yes SHEBANG_FILES= kcode @@ -23,7 +24,7 @@ do-extract: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcode ${STAGEDIR}${PREFIX}/bin - pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1 + pod2man -u ${WRKSRC}/kcode ${WRKSRC}/kcode.1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 diff --git a/japanese/kcode/files/patch-kcode b/japanese/kcode/files/patch-kcode index a5ea70602375..e900792538e6 100644 --- a/japanese/kcode/files/patch-kcode +++ b/japanese/kcode/files/patch-kcode @@ -4,7 +4,7 @@ # Copyright (c) 2004 HIROSE, Masaaki. All rights reserved. # -+=encoding utf8 ++=encoding euc-jp =head1 NAME B<kcode> - 各種文字コードを表示する |