From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Thu, 31 Jul 2003 12:32:31 +0000 (+0000)
Subject: One more tweak for Mac OS X hints.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c975d1a7a67c2dcfc5a992d06062de15cd9f8637;p=p5sagit%2Fp5-mst-13.2.git

One more tweak for Mac OS X hints.

p4raw-id: //depot/perl@20379
---

diff --git a/hints/darwin.sh b/hints/darwin.sh
index eda67d9..fc2e5b7 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -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
 	;;