diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-06 06:48:45 +0000 |
commit | e7babf915317e77ffd1ab391345d28228ba531a0 (patch) | |
tree | bdf93f7baa785cef871ffc88e3b56d970297fd81 /www/p5-WWW-Link | |
parent | 09a9e7b069a527125d909242b7d73e6dc3949808 (diff) | |
download | ports-e7babf915317e77ffd1ab391345d28228ba531a0.tar.gz ports-e7babf915317e77ffd1ab391345d28228ba531a0.zip |
Notes
Diffstat (limited to 'www/p5-WWW-Link')
-rw-r--r-- | www/p5-WWW-Link/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/www/p5-WWW-Link/Makefile b/www/p5-WWW-Link/Makefile index d5c1d7888fa9..7b8d59f347da 100644 --- a/www/p5-WWW-Link/Makefile +++ b/www/p5-WWW-Link/Makefile @@ -48,14 +48,4 @@ MAN3= WWW::Link.3 \ WWW::Link::Tester::Complex.3 \ WWW::Link::Tester::Simple.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -post-patch: - ${PERL} -pi \ - -e 's/^\s*our\s+\(?\s*([\$$\@]\w+)\s*\)?/use vars qw($$1);$$1/;' \ - -e '$$_="" if /use warnings/;' \ - $$(${FIND} ${WRKSRC}/lib -name '*.pm') -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |