summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-zc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/patches/patch-zc')
-rw-r--r--lang/perl5/patches/patch-zc36
1 files changed, 36 insertions, 0 deletions
diff --git a/lang/perl5/patches/patch-zc b/lang/perl5/patches/patch-zc
new file mode 100644
index 00000000000..d7b090de6fc
--- /dev/null
+++ b/lang/perl5/patches/patch-zc
@@ -0,0 +1,36 @@
+$NetBSD: patch-zc,v 1.1 2005/06/24 06:43:47 jlam Exp $
+
+--- Policy_sh.SH.orig Fri Aug 1 05:23:23 2003
++++ Policy_sh.SH Tue Aug 26 02:12:12 2003
+@@ -184,11 +184,11 @@
+ ;;
+ sitearch) dflt="$sitelib/$archname" ;;
+
+- siteman1) dflt="$siteprefix/man/man1" ;;
+- siteman3) dflt="$siteprefix/man/man3" ;;
++ siteman1dir) dflt="$siteprefix/man/man1" ;;
++ siteman3dir) dflt="$siteprefix/man/man3" ;;
+ # We don't know what to do with these yet.
+- sitehtml1) dflt='' ;;
+- sitehtm31dir) dflt='' ;;
++ sitehtml1dir) dflt='' ;;
++ sitehtml1dir) dflt='' ;;
+
+ # Directories for vendor-supplied add-on files
+ # These are all usually empty.
+@@ -213,11 +213,11 @@
+ ;;
+ vendorarch) dflt="$vendorlib/$archname" ;;
+
+- vendorman1) dflt="$vendorprefix/man/man1" ;;
+- vendorman3) dflt="$vendorprefix/man/man3" ;;
++ vendorman1dir) dflt="$vendorprefix/man/man1" ;;
++ vendorman3dir) dflt="$vendorprefix/man/man3" ;;
+ # We don't know what to do with these yet.
+- vendorhtml1) dflt='' ;;
+- vendorhtm3) dflt='' ;;
++ vendorhtml1dir) dflt='' ;;
++ vendorhtml3dir) dflt='' ;;
+
+ esac # End of vendorprefix != ''
+ fi