summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-18 16:10:23 +0000
committerwiz <wiz>2005-04-18 16:10:23 +0000
commit8eea9cd7b494288d51ab2495ba7d11a9d5b6ab87 (patch)
treeec0bd067005bd2f7a85081bdc5ab92e86f90a80f /devel
parent3172cef17fe433bd4b02c210a267c97a4c02a432 (diff)
downloadpkgsrc-8eea9cd7b494288d51ab2495ba7d11a9d5b6ab87.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;
- }