- Expand INFO section a little bit

Reviewed by:	gerald
This commit is contained in:
Rong-En Fan 2007-07-26 15:30:18 +00:00
parent 3dde71ff2e
commit 3eb92fc0e4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30524

View file

@ -3727,9 +3727,22 @@ ${MANPREFIX}/man/de/man3/baz.3.gz</programlisting>
<para>If your package needs to install GNU info files, they should be
listed in the <makevar>INFO</makevar> variable (without the trailing
<literal>.info</literal>), and appropriate installation/de-installation
code will be automatically added to the temporary
<filename>pkg-plist</filename> before package registration.</para>
<literal>.info</literal>), one entry per document. These files
are assumed to be installed to
<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar></filename>.
You can change <makevar>INFO_PATH</makevar> if your package uses
a different location. However, this is not recommended. These entries
contain just the path relative to
<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar></filename>.
For example, <filename role="package">lang/gcc33</filename> installs
info files to
<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar>/gcc33</filename>,
and <makevar>INFO</makevar> will be something like this:
<programlisting>INFO= gcc33/cpp gcc33/cppinternals gcc33/g77 ...
</programlisting>
Appropriate installation/de-installation code will be automatically
added to the temporary <filename>pkg-plist</filename> before package
registration.</para>
</sect1>
<sect1 id="makefile-options">