One more tweak for Mac OS X hints.
Jarkko Hietaniemi [Thu, 31 Jul 2003 12:32:31 +0000 (12:32 +0000)]
p4raw-id: //depot/perl@20379

hints/darwin.sh

index eda67d9..fc2e5b7 100644 (file)
@@ -44,8 +44,8 @@ case "$prefix" in
        man1dir='/usr/share/man/man1';
        man3dir='/usr/share/man/man3';
        # But users' installs shouldn't touch the system man pages.
-       installsiteman1='/usr/local/share/man/man1';
-       installsiteman3='/usr/local/share/man/man3';
+       siteman1='/usr/local/share/man/man1';
+       siteman3='/usr/local/share/man/man3';
        ;;
   *)   # Anything else; use non-system directories, use Configure defaults
        ;;