Remove reference to non-existent repocopy operation.
Approved by: gabor
This commit is contained in:
parent
15395ff637
commit
43e45dcd2e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39707
1 changed files with 5 additions and 7 deletions
|
@ -3939,7 +3939,7 @@ U stable/9/share/man/man4/netmap.4
|
|||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Perform any needed repocopies. (This only applies
|
||||
<para>Perform any needed moves. (This only applies
|
||||
to physical categories.)</para>
|
||||
</step>
|
||||
|
||||
|
@ -3963,12 +3963,9 @@ U stable/9/share/man/man4/netmap.4
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>The procedure is a strict superset of the one to
|
||||
repocopy individual ports (see above).</para>
|
||||
|
||||
<procedure>
|
||||
<step>
|
||||
<para>Upgrade each copied port's
|
||||
<para>Upgrade each moved port's
|
||||
<filename>Makefile</filename>. Do not connect the
|
||||
new category to the build yet.</para>
|
||||
|
||||
|
@ -4015,10 +4012,11 @@ U stable/9/share/man/man4/netmap.4
|
|||
sh -e <replaceable>/path/to/ports</replaceable>/Tools/scripts/chkorigin.sh
|
||||
</command>. This will check <emphasis>every</emphasis>
|
||||
port in the ports tree, even those not connected to the
|
||||
build, so you can run it directly after the repocopy.
|
||||
build, so you can run it directly after the move
|
||||
operation.
|
||||
Hint: do not forget to look at the
|
||||
<makevar>PKGORIGIN</makevar>s of any slave ports of the
|
||||
ports you just repocopied!</para>
|
||||
ports you just moved!</para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
Loading…
Reference in a new issue