diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 12:32:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 12:32:31 +0000 |
commit | c975d1a7a67c2dcfc5a992d06062de15cd9f8637 (patch) | |
tree | e118f669b2836af227f0a3d5a9074ce57b0971ab /hints | |
parent | 1dbacee72dc80ba3a07d2545c93bd4d46320c9fd (diff) | |
download | perl-c975d1a7a67c2dcfc5a992d06062de15cd9f8637.tar.gz |
One more tweak for Mac OS X hints.
p4raw-id: //depot/perl@20379
Diffstat (limited to 'hints')
-rw-r--r-- | hints/darwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh index eda67d9ca2..fc2e5b7d51 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 ;; |