summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-08 05:24:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-08 05:24:58 +0000
commit3ea7755680302231fb5fb2feb962b211d651338f (patch)
treec2f5c37ba95c35b9349aa3fba28baf396bf008d1 /INSTALL
parent65c4a52b8a229185efa051760ea5811c20a24be4 (diff)
downloadperl-3ea7755680302231fb5fb2feb962b211d651338f.tar.gz
Retract #20065: I don't think this is the right way
to patch this issue. p4raw-id: //depot/perl@20066
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL24
1 files changed, 12 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 25afc29a1f..e9cd2a6919 100644
--- a/INSTALL
+++ b/INSTALL
@@ -438,10 +438,10 @@ be used for installing those add-on modules and scripts.
$sitescript $siteprefix/bin
$sitelib $siteprefix/lib/perl5/site_perl/$version
$sitearch $siteprefix/lib/perl5/site_perl/$version/$archname
- $siteman1dir $siteprefix/man/man1
- $siteman3dir $siteprefix/man/man3
- $sitehtml1dir (none)
- $sitehtml3dir (none)
+ $siteman1 $siteprefix/man/man1
+ $siteman3 $siteprefix/man/man3
+ $sitehtml1 (none)
+ $sitehtml3 (none)
By default, ExtUtils::MakeMaker will install architecture-independent
modules into $sitelib and architecture-dependent modules into $sitearch.
@@ -459,10 +459,10 @@ for you to use to distribute add-on modules.
$vendorscript $vendorprefix/bin
$vendorlib $vendorprefix/lib/perl5/vendor_perl/$version
$vendorarch $vendorprefix/lib/perl5/vendor_perl/$version/$archname
- $vendorman1dir $vendorprefix/man/man1
- $vendorman3dir $vendorprefix/man/man3
- $vendorhtml1dir (none)
- $vendorhtml3dir (none)
+ $vendorman1 $vendorprefix/man/man1
+ $vendorman3 $vendorprefix/man/man3
+ $vendorhtml1 (none)
+ $vendorhtml3 (none)
These are normally empty, but may be set as needed. For example,
a vendor might choose the following settings:
@@ -484,15 +484,15 @@ This would have the effect of setting the following:
$sitescript /usr/local/bin
$sitelib /usr/local/lib/perl5/site_perl/$version
$sitearch /usr/local/lib/perl5/site_perl/$version/$archname
- $siteman1dir /usr/local/man/man1
- $siteman3dir /usr/local/man/man3
+ $siteman1 /usr/local/man/man1
+ $siteman3 /usr/local/man/man3
$vendorbin /usr/bin
$vendorscript /usr/bin
$vendorlib /usr/lib/perl5/vendor_perl/$version
$vendorarch /usr/lib/perl5/vendor_perl/$version/$archname
- $vendorman1dir /usr/man/man1
- $vendorman3dir /usr/man/man3
+ $vendorman1 /usr/man/man1
+ $vendorman3 /usr/man/man3
Note how in this example, the vendor-supplied directories are in the
/usr hierarchy, while the directories reserved for the end-user are in