diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:30:52 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:30:52 +0000 |
commit | 3244293a3923eddc659a79f342f78fe1a5e53c25 (patch) | |
tree | ce50737e3ccb6d44643bd683e22dc4611a10566d /multimedia/p5-Video-Info | |
parent | 17e053f06949f39316147386471400ae29df198c (diff) | |
download | ports-3244293a3923eddc659a79f342f78fe1a5e53c25.tar.gz ports-3244293a3923eddc659a79f342f78fe1a5e53c25.zip |
Notes
Diffstat (limited to 'multimedia/p5-Video-Info')
-rw-r--r-- | multimedia/p5-Video-Info/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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 <bsd.port.pre.mk> - -post-patch: -.if ${PERL_LEVEL} < 500803 - ${PERL} -pi -e '$$_="" if m{5.008|warnings}' ${WRKSRC}/Makefile.PL ${WRKSRC}/lib/Video/Info.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |