projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dbacee
)
One more tweak for Mac OS X hints.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 31 Jul 2003 12:32:31 +0000
(12:32 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 31 Jul 2003 12:32:31 +0000
(12:32 +0000)
p4raw-id: //depot/perl@20379
hints/darwin.sh
patch
|
blob
|
history
diff --git
a/hints/darwin.sh
b/hints/darwin.sh
index
eda67d9
..
fc2e5b7
100644
(file)
--- 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.
-
install
siteman1='/usr/local/share/man/man1';
-
install
siteman3='/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
;;