aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Number-Format
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:46:18 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-05-01 07:46:18 +0000
commit5a803aac2b43dc81a2d37c6c29f1fa4897587616 (patch)
treea318cf78f2a340877d384d638e479fba6cdb0452 /textproc/p5-Number-Format
parent48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b (diff)
downloadports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.tar.gz
ports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.zip
- remove ".if ${PERL_LEVEL} < 500600 ..." stuff
Notes
Notes: svn path=/head/; revision=191271
Diffstat (limited to 'textproc/p5-Number-Format')
-rw-r--r--textproc/p5-Number-Format/Makefile3
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>