pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/47724: Correction to section 19.6.6 of the Pkgsrc Guide concerning variables representing perl installation directories (patch included)
>Number: 47724
>Category: pkg
>Synopsis: Correction to section 19.6.6 of the Pkgsrc Guide concerning
>variables representing perl installation directories (patch included)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Sun Apr 07 06:00:00 +0000 2013
>Originator: David H. Gutteridge
>Release: Many
>Organization:
>Environment:
>Description:
The Pkgsrc Guide is out of date in section 19.6.6, where variables
representing perl installation directories are documented.
>How-To-Repeat:
(Read the Pkgsrc Guide and find the variables it references don't
exist and were superseded by others.)
>Fix:
--- fixes.xml.orig 2013-04-07 01:32:52.000000000 -0400
+++ fixes.xml 2013-04-07 01:44:56.000000000 -0400
@@ -1427,12 +1427,18 @@
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist
</programlisting>
- <para>The variables <varname>PERL5_SITELIB</varname>,
- <varname>PERL5_SITEARCH</varname>, and
- <varname>PERL5_ARCHLIB</varname> represent the three locations
- in which perl5 modules may be installed, and may be used by
- perl5 packages that don't have a packlist. These three
- variables are also substituted for in the
+ <para>The variables
+ <varname>PERL5_SUB_INSTALLARCHLIB</varname>,
+ <varname>PERL5_SUB_INSTALLSCRIPT</varname>,
+ <varname>PERL5_SUB_INSTALLVENDORBIN</varname>,
+ <varname>PERL5_SUB_INSTALLVENDORSCRIPT</varname>,
+ <varname>PERL5_SUB_INSTALLVENDORARCH</varname>,
+ <varname>PERL5_SUB_INSTALLVENDORLIB</varname>,
+ <varname>PERL5_SUB_INSTALLVENDORMAN1DIR</varname>, and
+ <varname>PERL5_SUB_INSTALLVENDORMAN3DIR</varname> represent the
+ locations in which components of perl5 modules may be installed,
+ and may be used by perl5 packages that don't have a packlist.
+ These variables are also substituted for in the
<filename>PLIST</filename>.</para>
</sect2>
Home |
Main Index |
Thread Index |
Old Index