From f3db6f0c287e81fa77d8bebf2f3da548e133cb1f Mon Sep 17 00:00:00 2001 From: az Date: Mon, 17 Dec 2012 08:30:52 +0000 Subject: Cleanup supporting perl version 5.8 and 5.10, lang/perl5.8 and lang/5.10 will be removed from ports tree soon. --- multimedia/p5-Video-Info/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'multimedia') diff --git a/multimedia/p5-Video-Info/Makefile b/multimedia/p5-Video-Info/Makefile index 5748fa085960..f6cde83a1894 100644 --- a/multimedia/p5-Video-Info/Makefile +++ b/multimedia/p5-Video-Info/Makefile @@ -26,11 +26,4 @@ MANCOMPRESSED= no MAN3= Video::Info.3 -.include - -post-patch: -.if ${PERL_LEVEL} < 500803 - ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm -.endif - -.include +.include -- cgit