Use direct reference to pkg-descr for devel/portlint instead of

mentioning it with <command> macro.
Remove trainling spaces.
This commit is contained in:
Kirill Ponomarev 2005-09-20 22:23:31 +00:00
parent 7474f21269
commit 651f4b2880
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25722

View file

@ -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>