summaryrefslogtreecommitdiff
path: root/lang/parrot/patches
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-09 17:47:33 +0000
committerwiz <wiz>2006-01-09 17:47:33 +0000
commit3593266ced906f7159bec3bdf37ff1c602fb1c73 (patch)
tree323b516646838b7c8c332a06f0aa01193f29153d /lang/parrot/patches
parent30e7b420d8b7f6f80449df03c5920b4c1fd4e6cd (diff)
downloadpkgsrc-3593266ced906f7159bec3bdf37ff1c602fb1c73.tar.gz
Obsoleted by update to 0.4.1.
Diffstat (limited to 'lang/parrot/patches')
-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;