From ced1a72013d53840abff04be38ede2116928d2b9 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 12 Aug 2005 19:59:03 +0000 Subject: Restore perllocal.pod-generating behavior of ExtUtils::MakeMaker because some Perl modules make some (bad) assumptions about the structure of a MakeMaker-generated Makefile. Instead, remove the perllocal.pod file whenever a p5-* module or perl itself is removed. While here, rename some of the install/deinstall templates to more descriptive names. Bump the PKGREVISION to 3. --- lang/perl5/patches/patch-aa | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'lang/perl5/patches/patch-aa') diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index b233fc0932f..f5b58f45ffd 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.28 2005/08/07 21:47:24 jlam Exp $ +$NetBSD: patch-aa,v 1.29 2005/08/12 19:59:03 jlam Exp $ --- lib/ExtUtils/MM_Unix.pm.orig 2004-01-05 17:34:59.000000000 -0500 +++ lib/ExtUtils/MM_Unix.pm @@ -83,24 +83,6 @@ $NetBSD: patch-aa,v 1.28 2005/08/07 21:47:24 jlam Exp $ ); my %man_layouts = -@@ -2480,13 +2501,13 @@ sub install { - my(@m); - - push @m, q{ --install :: all pure_install doc_install -+install :: all pure_install - --install_perl :: all pure_perl_install doc_perl_install -+install_perl :: all pure_perl_install - --install_site :: all pure_site_install doc_site_install -+install_site :: all pure_site_install - --install_vendor :: all pure_vendor_install doc_vendor_install -+install_vendor :: all pure_vendor_install - - pure_install :: pure_$(INSTALLDIRS)_install - @@ -2519,7 +2540,7 @@ pure_site_install :: $(INST_LIB) $(DESTINSTALLSITELIB) \ $(INST_ARCHLIB) $(DESTINSTALLSITEARCH) \ -- cgit v1.2.3