aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2007-05-01 15:46:18 +0800
committerclsung <clsung@FreeBSD.org>2007-05-01 15:46:18 +0800
commitb50b68a86991049095f26214ffb5d86460a772a5 (patch)
tree7b7bf672aff7ebd0c362fa095bf9d57b430a225a /textproc
parent92d892bf8c5ac8e2e1d30046bb986004e4348fcc (diff)
downloadfreebsd-ports-gnome-b50b68a86991049095f26214ffb5d86460a772a5.tar.gz
freebsd-ports-gnome-b50b68a86991049095f26214ffb5d86460a772a5.tar.zst
freebsd-ports-gnome-b50b68a86991049095f26214ffb5d86460a772a5.zip
- remove ".if ${PERL_LEVEL} < 500600 ..." stuff
Diffstat (limited to 'textproc')
-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>