diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-18 06:23:10 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-18 06:23:10 +0000 |
commit | bf64c2c42903dd40fe0bc50a7c5067e4d27a2a36 (patch) | |
tree | d4958e3dc22c277059c781397762c28bcd60e811 | |
parent | 7cf536db202f746baf7dc23e946b8a39c93e723f (diff) | |
download | ports-bf64c2c42903dd40fe0bc50a7c5067e4d27a2a36.tar.gz ports-bf64c2c42903dd40fe0bc50a7c5067e4d27a2a36.zip |
Notes
-rw-r--r-- | japanese/kcode/Makefile | 9 | ||||
-rw-r--r-- | japanese/kcode/pkg-descr | 1 | ||||
-rw-r--r-- | japanese/kcode/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/japanese/kcode/Makefile b/japanese/kcode/Makefile index bfa63bbe8818..57759f1de9a1 100644 --- a/japanese/kcode/Makefile +++ b/japanese/kcode/Makefile @@ -9,16 +9,19 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.gz EXTRACT_ONLY= ${DISTFILES} MAINTAINER= ports@FreeBSD.org -COMMENT= A handy utility to show codepoint information of given characters - -USES= perl5 +COMMENT= Handy utility to show codepoint information of given characters +USES= shebangfix perl5 +USE_PERL5= extract run NO_WRKSUBDIR= yes NO_BUILD= yes +SHEBANG_FILES= kcode +perl_OLD_CMD= /usr/bin/env perl MANLANG= ja MAN1= kcode.1 MANCOMPRESSED= no +PLIST_FILES= bin/kcode RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode diff --git a/japanese/kcode/pkg-descr b/japanese/kcode/pkg-descr index a57d2f72b6b4..8f58d1a58836 100644 --- a/japanese/kcode/pkg-descr +++ b/japanese/kcode/pkg-descr @@ -1,5 +1,4 @@ kcode is a handy utility to show codepoint information of given characters. -Author: HIROSE, Masaaki <hirose31 -at- irori -dot- org> WWW: http://www.irori.org/tool/kcode.html diff --git a/japanese/kcode/pkg-plist b/japanese/kcode/pkg-plist deleted file mode 100644 index cd4cf5adbb4a..000000000000 --- a/japanese/kcode/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/kcode |