Use direct reference to pkg-descr for devel/portlint instead of
mentioning it with <command> macro. Remove trainling spaces.
This commit is contained in:
parent
7474f21269
commit
651f4b2880
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25722
1 changed files with 11 additions and 11 deletions
|
@ -344,11 +344,11 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
|
|||
<title>Checking your port with <command>portlint</command></title>
|
||||
|
||||
<para>Please use <command>portlint</command> to see if your port
|
||||
conforms to our guidelines. The <command>portlint</command> program
|
||||
is part of the ports collection. In particular, you may want to
|
||||
check if the <link linkend="porting-samplem">Makefile</link> is in
|
||||
the right shape and the <link
|
||||
linkend="porting-pkgname">package</link> is named
|
||||
conforms to our guidelines. The <filename role="package">
|
||||
devel/portlint</filename> program is part of the ports collection.
|
||||
In particular, you may want to check if the
|
||||
<link linkend="porting-samplem">Makefile</link> is in the right
|
||||
shape and the <link linkend="porting-pkgname">package</link> is named
|
||||
appropriately.</para>
|
||||
</sect1>
|
||||
|
||||
|
@ -2133,7 +2133,7 @@ PORTEPOCH= 1</programlisting>
|
|||
<entry><makevar>PORTVERSION</makevar></entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>0.7.1d</entry>
|
||||
|
@ -5424,8 +5424,8 @@ _DOCSDIR= .
|
|||
|
||||
<entry>Use Python distutils for configuring, compiling and
|
||||
installing. This is required when the port comes with
|
||||
<filename>setup.py</filename>. This overrides the
|
||||
<maketarget>do-build</maketarget> and
|
||||
<filename>setup.py</filename>. This overrides the
|
||||
<maketarget>do-build</maketarget> and
|
||||
<maketarget>do-install</maketarget> targets
|
||||
and may also override <maketarget>do-configure</maketarget> if
|
||||
<makevar>GNU_CONFIGURE</makevar> is not defined.</entry>
|
||||
|
@ -5447,10 +5447,10 @@ _DOCSDIR= .
|
|||
The <makevar>PYTHON_SITELIBDIR</makevar> variable can be very
|
||||
useful when installing Python modules.</entry>
|
||||
</row>
|
||||
|
||||
|
||||
<row>
|
||||
<entry><makevar>PYTHONPREFIX_SITELIBDIR</makevar></entry>
|
||||
|
||||
|
||||
<entry>The PREFIX-clean variant of PYTHON_SITELIBDIR.
|
||||
Always use
|
||||
<literal>%%PYTHON_SITELIBDIR%%</literal> in
|
||||
|
@ -5461,7 +5461,7 @@ _DOCSDIR= .
|
|||
|
||||
<row>
|
||||
<entry><makevar>PYTHON_CMD</makevar></entry>
|
||||
|
||||
|
||||
<entry>Python interpreter command line, including version
|
||||
number.</entry>
|
||||
</row>
|
||||
|
|
Loading…
Reference in a new issue