diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:46:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-01 07:46:18 +0000 |
commit | 5a803aac2b43dc81a2d37c6c29f1fa4897587616 (patch) | |
tree | a318cf78f2a340877d384d638e479fba6cdb0452 /textproc/p5-Number-Format | |
parent | 48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b (diff) | |
download | ports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.tar.gz ports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.zip |
Notes
Diffstat (limited to 'textproc/p5-Number-Format')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index ff047119201e..70f7974f3b4f 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -27,8 +27,5 @@ post-patch: .if ${PERL_LEVEL} < 500800 ${PERL} -pi -e '$$_="" if m{5.008}' ${WRKSRC}/Format.pm .endif -.if ${PERL_LEVEL} < 500600 - ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' ${WRKSRC}/Format.pm -.endif .include <bsd.port.post.mk> |