diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-30 01:39:00 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-10-30 01:39:00 +0000 |
commit | 5fa716f599dc75abce6f238311b9323d2aa8e829 (patch) | |
tree | 69a84684db7d136e2b890a71eae7fc9f99d2dbbb /textproc/p5-Number-Format/Makefile | |
parent | 9d77dbda8e977cbcfe36ec2e77004cf4b4b5ca4e (diff) |
Notes
Diffstat (limited to 'textproc/p5-Number-Format/Makefile')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index 5951785f94a0..264d1092dfaa 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Number-Format -PORTVERSION= 1.72a +PORTVERSION= 1.73 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,5 @@ COMMENT= Perl extension for formatting numbers PERL_CONFIGURE= yes MAN3= Number::Format.3 -WRKSRC= ${WRKDIR}/${PORTNAME}-1.72 - -post-patch: - ${PERL} -pi -e 's/en_US/en_US.US-ASCII/' ${WRKSRC}/t/*.t .include <bsd.port.mk> |