This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update HTTP::Tiny to CPAN version 0.009
[perl5.git] / Policy_sh.SH
old mode 100644 (file)
new mode 100755 (executable)
index a618d23..cc310dd
@@ -130,7 +130,8 @@ esac
 #      $vendorman1dir $vendorman3dir $vendorhtml1dir $vendorhtml3dir
 
 for var in \
-       bin scriptdir privlib archlib man1dir man3dir html1dir html3dir \
+       bin scriptdir privlib archlib man1dir man3dir man1ext man3ext \
+       html1dir html3dir \
        sitebin sitescript sitelib sitearch \
                siteman1dir siteman3dir sitehtml1dir sitehtml3dir \
        vendorbin vendorscript vendorlib vendorarch \
@@ -165,7 +166,7 @@ do
 
     # We don't know what to do with these yet.
     html1dir)  dflt='' ;;
-    htm31dir)  dflt='' ;;
+    html3dir)  dflt='' ;;
 
     # Directories for site-specific add-on files
     sitebin)   dflt=$siteprefix/bin ;;
@@ -184,11 +185,11 @@ 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='' ;;
-    sitehtm31dir)      dflt='' ;;
+    sitehtml1dir)      dflt='' ;;
+    sitehtml3dir)      dflt='' ;;
     
     # Directories for vendor-supplied add-on files
     # These are all usually empty.
@@ -213,11 +214,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