- Calling pod2man from extract stage require perl
- Replace pkg-plist with PLIST_FILES - Pet portlint(1)
This commit is contained in:
parent
7cf536db20
commit
bf64c2c429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327517
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
bin/kcode
|
Loading…
Reference in New Issue
Block a user