summaryrefslogtreecommitdiff
path: root/www/wml/patches/patch-wml__common_htmlclean_makefile_pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/wml/patches/patch-wml__common_htmlclean_makefile_pl')
-rw-r--r--www/wml/patches/patch-wml__common_htmlclean_makefile_pl15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/wml/patches/patch-wml__common_htmlclean_makefile_pl b/www/wml/patches/patch-wml__common_htmlclean_makefile_pl
deleted file mode 100644
index 647ce9d0deb..00000000000
--- a/www/wml/patches/patch-wml__common_htmlclean_makefile_pl
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-wml__common_htmlclean_makefile_pl,v 1.1 2011/09/29 11:12:53 dholland Exp $
-
-Suppress building/installation of the docs correctly. Fixes build
-failure with recent Perl.
-
---- wml_common/htmlclean/Makefile.PL~ 2000-04-19 22:23:08.000000000 +0000
-+++ wml_common/htmlclean/Makefile.PL
-@@ -4,4 +4,7 @@ WriteMakefile(
- 'NAME' => 'HTML::Clean',
- 'VERSION_FROM' => 'Clean.pm',
- 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' },
-+ # suppress docs
-+ 'MAN1PODS' => { },
-+ 'MAN3PODS' => { }
- );