aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-Kakasi/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-04 15:29:50 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-04 15:29:50 +0000
commitec457676b16c080e0cf2c0ae7e036d3342fc78fb (patch)
treeb546afc1c8b1ef40e50821c1408f6b139a0e14cd /japanese/p5-Text-Kakasi/Makefile
parente1d54014ad28944e1cac6525872ca14ba1dc829b (diff)
downloadports-ec457676b16c080e0cf2c0ae7e036d3342fc78fb.tar.gz
ports-ec457676b16c080e0cf2c0ae7e036d3342fc78fb.zip
- Update to 2.0.4
Notes
Notes: svn path=/head/; revision=184133
Diffstat (limited to 'japanese/p5-Text-Kakasi/Makefile')
-rw-r--r--japanese/p5-Text-Kakasi/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile
index b6bbdc4dcf46..b10990657a1b 100644
--- a/japanese/p5-Text-Kakasi/Makefile
+++ b/japanese/p5-Text-Kakasi/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= Text-Kakasi
-PORTVERSION= 1.05
-PORTREVISION= 1
+PORTVERSION= 2.04
CATEGORIES= japanese textproc perl5
-MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/
+MASTER_SITES= CPAN
MAINTAINER= ports@FreeBSD.org
COMMENT= Kakasi library module for Perl5
@@ -17,11 +16,13 @@ COMMENT= Kakasi library module for Perl5
LIB_DEPENDS= kakasi.3:${PORTSDIR}/japanese/kakasi
PERL_CONFIGURE= yes
-CONFIGURE_ENV= PREFIX="${PREFIX}"
-MAN3= Text::Kakasi.3
+MAN3= Text::Kakasi.3 Text::Kakasi::JP.3
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.post.mk>