diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-12 19:59:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-12 19:59:03 +0000 |
commit | ced1a72013d53840abff04be38ede2116928d2b9 (patch) | |
tree | 1d86c540323149332dd0f75f64958770c5065c97 /lang/perl5/patches/patch-aa | |
parent | b1bb024b5f4e3b13965b2ef3438a20f6f0720d2f (diff) | |
download | pkgsrc-ced1a72013d53840abff04be38ede2116928d2b9.tar.gz |
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.
Diffstat (limited to 'lang/perl5/patches/patch-aa')
-rw-r--r-- | lang/perl5/patches/patch-aa | 20 |
1 files changed, 1 insertions, 19 deletions
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) \ |