This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More for the *dir changes.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 1 Aug 2003 10:10:05 +0000 (10:10 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 1 Aug 2003 10:10:05 +0000 (10:10 +0000)
p4raw-id: //depot/perl@20411

Policy_sh.SH
hints/darwin.sh

index adce8b6..3cb6375 100644 (file)
@@ -125,16 +125,16 @@ esac
 #   $bin $scriptdir $privlib $archlib 
 #      $man1dir $man3dir $html1dir $html3dir 
 #   $sitebin $sitescript $sitelib $sitearch 
-#      $siteman1 $siteman3 $sitehtml1 $sitehtml3
+#      $siteman1dir $siteman3dir $sitehtml1 $sitehtml3
 #   $vendorbin $vendorscript $vendorlib $vendorarch
-#      $vendorman1 $vendorman3 $vendorhtml1 $vendorhtml3
+#      $vendorman1dir $vendorman3dir $vendorhtml1 $vendorhtml3
 
 for var in \
        bin scriptdir privlib archlib man1dir man3dir html1dir html3dir \
        sitebin sitescript sitelib sitearch \
-               siteman1 siteman3 sitehtml1 sitehtml3 \
+               siteman1dir siteman3dir sitehtml1 sitehtml3 \
        vendorbin vendorscript vendorlib vendorarch \
-               vendorman1 vendorman3 vendorhtml1 vendorhtml3
+               vendorman1dir vendorman3dir vendorhtml1 vendorhtml3
 do
        
     case "$var" in
index fc2e5b7..025c022 100644 (file)
@@ -44,8 +44,12 @@ case "$prefix" in
        man1dir='/usr/share/man/man1';
        man3dir='/usr/share/man/man3';
        # But users' installs shouldn't touch the system man pages.
+       # Transient obsoleted style.
        siteman1='/usr/local/share/man/man1';
        siteman3='/usr/local/share/man/man3';
+       # New style.
+       siteman1dir='/usr/local/share/man/man1';
+       siteman3dir='/usr/local/share/man/man3';
        ;;
   *)   # Anything else; use non-system directories, use Configure defaults
        ;;