3.2.2 Quick Porting > pkg-plist
- collapse one note which states generally useful info with the previous <para> - split two notes into two separate <note> tags, to render _Note:_ for both of them Approved by: keramida (mentor)
This commit is contained in:
parent
00bb2abdd7
commit
81320e1247
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25422
1 changed files with 6 additions and 7 deletions
|
@ -189,7 +189,10 @@ asami@cs.berkeley.edu</programlisting>
|
|||
<filename>/usr/local</filename> or
|
||||
<filename>/usr/X11R6</filename>). If you are using the
|
||||
<makevar>MAN<replaceable>n</replaceable></makevar> variables (as
|
||||
you should be), do not list any manpages here.</para>
|
||||
you should be), do not list any manpages here. If the port creates
|
||||
directories during installation, make sure to add
|
||||
<literal>@dirrm</literal> lines to remove them when the package is
|
||||
deleted.</para>
|
||||
|
||||
<para>Here is a small example:</para>
|
||||
|
||||
|
@ -204,16 +207,12 @@ lib/X11/oneko/mouse.xpm
|
|||
packing list.</para>
|
||||
|
||||
<note>
|
||||
<para>You should list all the files, but not the name directories,
|
||||
in the list. Also, if the port creates directories for itself
|
||||
during installation, make sure to add <literal>@dirrm</literal>
|
||||
lines as necessary to remove them when the port is
|
||||
deleted.</para>
|
||||
|
||||
<para>It is recommended that you keep all the filenames in this
|
||||
file sorted alphabetically. It will make verifying the changes
|
||||
when you upgrade the port much easier.</para>
|
||||
</note>
|
||||
|
||||
<note>
|
||||
<para>Creating a packing list manually can be a very tedious
|
||||
task. If the port installs a large numbers of files, <link
|
||||
linkend="porting-autoplist">creating the packing list
|
||||
|
|
Loading…
Reference in a new issue