summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-zc
blob: 1023115c20fe45a311ce7cf3c90eef0e6990ee43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-zc,v 1.2 2006/04/09 06:34:33 jlam Exp $

--- Policy_sh.SH.orig	2003-08-01 08:23:23.000000000 -0400
+++ Policy_sh.SH
@@ -184,10 +184,10 @@ do
 	;;
     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='' ;;
+    sitehtml1dir)	dflt='' ;;
     sitehtm31dir)	dflt='' ;;
     
     # Directories for vendor-supplied add-on files
@@ -213,11 +213,11 @@ do
 		;;
 	    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