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 /www/p5-HTML-Tree/Makefile | |
parent | 48aa02c5fb03cf3edb1640589f5cdaae3b01fc9b (diff) | |
download | ports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.tar.gz ports-5a803aac2b43dc81a2d37c6c29f1fa4897587616.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Tree/Makefile')
-rw-r--r-- | www/p5-HTML-Tree/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile index 3f4417cca092..c077e5b7bf40 100644 --- a/www/p5-HTML-Tree/Makefile +++ b/www/p5-HTML-Tree/Makefile @@ -26,12 +26,4 @@ MAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 \ HTML::Tree::Scanning.3 HTML::Tree::AboutObjects.3 \ HTML::Tree::AboutTrees.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e 's/our\s+([\$$\@\%]\w+)/use vars qw($$1); $$1/;' ${WRKSRC}/t/*.t - ${PERL} -pi -e 's,-Tw,-,; s/(use|no) warnings;.*//' ${WRKSRC}/t/*.t -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |