diff options
author | clsung <clsung@FreeBSD.org> | 2007-05-01 15:46:18 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-05-01 15:46:18 +0800 |
commit | b50b68a86991049095f26214ffb5d86460a772a5 (patch) | |
tree | 7b7bf672aff7ebd0c362fa095bf9d57b430a225a /textproc | |
parent | 92d892bf8c5ac8e2e1d30046bb986004e4348fcc (diff) | |
download | freebsd-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/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> |