Correct a discrepancy between the Porter's Handbook and portlint with regard

to COMMENT.  Portlint recommends a COMMENT no longer than 70 characters where
as the Porter's Handbook recommends 60.  Given that most people have built
COMMENT based on the portlint's recommendation, update the handbook to say
COMMENT should be no longer than 70 characters.

PR:		156832
Discussed with:	portmgr
This commit is contained in:
Joe Marcus Clarke 2011-05-14 18:06:56 +00:00
parent 1ae6361f5e
commit a77dc631d9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37247

View file

@ -3299,7 +3299,7 @@ ALWAYS_KEEP_DISTFILES= yes
<para>The COMMENT variable should immediately follow the MAINTAINER
variable in the <filename>Makefile</filename>.</para>
<para>Please try to keep the COMMENT line less than 60
<para>Please try to keep the COMMENT value at no longer than 70
characters, as this line will be used by the &man.pkg.info.1;
utility to display a one-line summary of the port.</para>
</sect1>