Skip to content

Commit

Permalink
fix build with perl 5.18
Browse files Browse the repository at this point in the history
PR:		193064
  • Loading branch information
andrejzverev committed Sep 20, 2014
1 parent ff975e3 commit 60bc65e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion japanese/kcode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN_DEPENDS= ja-p5-Jcode>=0:${PORTSDIR}/japanese/p5-Jcode
do-extract:
${MKDIR} ${WRKSRC}
${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} > ${WRKSRC}/kcode
pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/kcode ${STAGEDIR}${PREFIX}/bin
pod2man ${WRKSRC}/kcode ${WRKSRC}/kcode.1
${INSTALL_MAN} ${WRKSRC}/kcode.1 ${STAGEDIR}${MANPREFIX}/man/ja/man1

.include <bsd.port.mk>
10 changes: 10 additions & 0 deletions japanese/kcode/files/patch-kcode
Original file line number Diff line number Diff line change
@@ -0,0 +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
=head1 NAME

B<kcode> - �Ƽ�ʸ�������ɤ�ɽ������

0 comments on commit 60bc65e

Please sign in to comment.