summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-09 17:47:33 +0000
committerwiz <wiz@pkgsrc.org>2006-01-09 17:47:33 +0000
commit4ddab4e853649beefb50e44ad3ac694089ffc8c7 (patch)
tree323b516646838b7c8c332a06f0aa01193f29153d /lang/parrot
parentadbe8ee504d171c5c78ddc1da04cee7c2e8366fb (diff)
downloadpkgsrc-4ddab4e853649beefb50e44ad3ac694089ffc8c7.tar.gz
Obsoleted by update to 0.4.1.
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/parrot/patches/patch-ad b/lang/parrot/patches/patch-ad
deleted file mode 100644
index f9bb3d1ee63..00000000000
--- a/lang/parrot/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/01/03 19:25:06 wiz Exp $
-
---- tools/dev/install_files.pl.orig Tue Jan 3 15:03:48 2006
-+++ tools/dev/install_files.pl Tue Jan 3 15:04:31 2006
-@@ -175,6 +175,7 @@
- $dest = File::Spec->catdir($options{libdir}, $dest);
- } elsif ($meta{bin}) {
- $dest =~ s/^installable_//; # parrot with different config
-+ $dest =~ s/_shared$//; # shared binaries shouldn't be named _shared
- $dest = File::Spec->catdir($options{bindir}, $dest);
- if ($exe) {
- $src .= $exe;