Use <replaceable> tag rather than trying to give an overly-clever
commandline to auto-determine the package name when port-testing. Nagged-by: PW
This commit is contained in:
parent
76393ea0dd
commit
0fb0b2c9ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5026
5 changed files with 15 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.25 1999-06-05 21:39:20 nik Exp $
|
||||
$Id: chapter.sgml,v 1.26 1999-06-06 16:45:22 hoek Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1172,7 +1172,8 @@ lib/X11/oneko/mouse.xpm
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>pkg_add `make package-name`.tgz</command></para>
|
||||
<para><command>pkg_add <replaceable>package-name</replaceable>
|
||||
</command></para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.25 1999-06-05 21:39:20 nik Exp $
|
||||
$Id: chapter.sgml,v 1.26 1999-06-06 16:45:22 hoek Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1172,7 +1172,8 @@ lib/X11/oneko/mouse.xpm
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>pkg_add `make package-name`.tgz</command></para>
|
||||
<para><command>pkg_add <replaceable>package-name</replaceable>
|
||||
</command></para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.25 1999-06-05 21:39:20 nik Exp $
|
||||
$Id: book.sgml,v 1.26 1999-06-06 16:45:22 hoek Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1172,7 +1172,8 @@ lib/X11/oneko/mouse.xpm
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>pkg_add `make package-name`.tgz</command></para>
|
||||
<para><command>pkg_add <replaceable>package-name</replaceable>
|
||||
</command></para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: chapter.sgml,v 1.25 1999-06-05 21:39:20 nik Exp $
|
||||
$Id: chapter.sgml,v 1.26 1999-06-06 16:45:22 hoek Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1172,7 +1172,8 @@ lib/X11/oneko/mouse.xpm
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>pkg_add `make package-name`.tgz</command></para>
|
||||
<para><command>pkg_add <replaceable>package-name</replaceable>
|
||||
</command></para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$Id: book.sgml,v 1.25 1999-06-05 21:39:20 nik Exp $
|
||||
$Id: book.sgml,v 1.26 1999-06-06 16:45:22 hoek Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -1172,7 +1172,8 @@ lib/X11/oneko/mouse.xpm
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para><command>pkg_add `make package-name`.tgz</command></para>
|
||||
<para><command>pkg_add <replaceable>package-name</replaceable>
|
||||
</command></para>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
Loading…
Reference in a new issue