diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 16:10:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 16:10:23 +0000 |
commit | bfc55dc2c1e695099773d38a66cc45d3d609370f (patch) | |
tree | ec0bd067005bd2f7a85081bdc5ab92e86f90a80f /devel/p5-Module-Build | |
parent | cacc4658d4505c4ab0695bcb90ce005cc9760472 (diff) | |
download | pkgsrc-bfc55dc2c1e695099773d38a66cc45d3d609370f.tar.gz |
Not needed any longer.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/patches/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/p5-Module-Build/patches/patch-aa b/devel/p5-Module-Build/patches/patch-aa deleted file mode 100644 index abe78628a94..00000000000 --- a/devel/p5-Module-Build/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2005/02/24 22:38:42 jlam Exp $ - ---- lib/Module/Build/Base.pm.orig 2005-01-26 20:48:56.000000000 -0500 -+++ lib/Module/Build/Base.pm -@@ -2386,6 +2386,11 @@ sub install_map { - } - - $map{read} = ''; # To keep ExtUtils::Install quiet -+ -+ # Write the packlist into the same place as ExtUtils::MakeMaker. -+ my $archdir = $self->install_destination('arch'); -+ my $ext = File::Spec->catdir(split /::/, $self->{properties}{module_name}); -+ $map{write} = File::Spec->catdir($archdir, 'auto', $ext, '.packlist'); - - return \%map; - } |