openbsd-ports/textproc/p5-XML-SAX-Expat/patches/patch-Makefile_PL

13 lines
408 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/14 19:09:03 espie Exp $
--- Makefile.PL.orig Tue Nov 14 11:48:36 2006
+++ Makefile.PL Tue Nov 14 11:49:18 2006
@@ -16,7 +16,7 @@ WriteMakefile(
## add ourselves to the list of installed parsers
-sub MY::install {
+sub dont {
package MY;
my $script = shift->SUPER::install(@_);
$script =~ s/install :: (.*)$/install :: $1 install_sax_expat/m;