summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-18 16:10:23 +0000
committerwiz <wiz@pkgsrc.org>2005-04-18 16:10:23 +0000
commit8083e860b3dc840aea81502c4b442df1a48e78b8 (patch)
treeec0bd067005bd2f7a85081bdc5ab92e86f90a80f /devel
parentdde24a16e2e8ea7992215c0d5033dee85110fef4 (diff)
downloadpkgsrc-8083e860b3dc840aea81502c4b442df1a48e78b8.tar.gz
Not needed any longer.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Build/patches/patch-aa16
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;
- }