diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index 620f3778c0eb..304716ce107e 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -1,30 +1,31 @@ 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 PLIST_FILES= bin/kcode share/man/ja/man1/kcode.1.gz do-extract: ${MKDIR} ${WRKSRC} ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/kcode do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcode ${STAGEDIR}${PREFIX}/bin pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1 ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 ${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 .include 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 @@ -1,10 +1,10 @@ --- ./kcode.orig 2014-09-20 02:00:07.356860273 +0400 +++ ./kcode 2014-09-20 02:00:18.458870406 +0400 @@ -5,6 +5,7 @@ # Copyright (c) 2004 HIROSE, Masaaki. All rights reserved. # -+=encoding utf8 ++=encoding euc-jp =head1 NAME B - 各種文字コードを表示する