diff options
Diffstat (limited to 'japanese/p5-Jcode/Makefile')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index b4d033175f0e..0e7b4b61097c 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Jcode -PORTVERSION= 0.82 +PORTVERSION= 0.83 CATEGORIES= japanese perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI @@ -27,7 +27,7 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- post-configure: -.for DIR in Unicode Jcode +.for DIR in Unicode ${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS} :g ; \ s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile .endfor |