diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-06-28 04:27:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-06-28 04:27:43 +0000 |
commit | e4e1eb4a82e9d18a598e6091d18444ee450192b6 (patch) | |
tree | 2c846851cdbb970fe1d74529a89de09750279de8 /Tools | |
parent | 50376ab7c2e53c9aad960f21d9c955372ef63a5d (diff) | |
download | ports-e4e1eb4a82e9d18a598e6091d18444ee450192b6.tar.gz ports-e4e1eb4a82e9d18a598e6091d18444ee450192b6.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/dopackagestats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/dopackagestats b/Tools/portbuild/scripts/dopackagestats index c420f832d97c..f981ae250623 100755 --- a/Tools/portbuild/scripts/dopackagestats +++ b/Tools/portbuild/scripts/dopackagestats @@ -113,7 +113,7 @@ echo "<li><b>INDEX</b> is number of ports in the INDEX file built from the lates echo "<li><b>packages</b> is number of packages successfully built.</li>" >> ${TMPFILE} echo "<li><b>errors</b> is number of packages that failed.</li>" >> ${TMPFILE} echo "<li><b>skipped</b> is number of packages that were skipped due to NO_PACKAGE, IGNORE, BROKEN, FORBIDDEN, and so forth (\"duds\" file).</li>" >> ${TMPFILE} -echo "<li><b>missing</b> is the INDEX column minus anothers. These are packages that have not been built for one reason or the other.</li>" >> ${TMPFILE} +echo "<li><b>missing</b> is the INDEX column minus the others. These are packages that have not been built for one reason or another.</li>" >> ${TMPFILE} echo "<li><b>done</b> is whether that run terminated normally or not.</li>" >> ${TMPFILE} echo "</ul>" >> ${TMPFILE} |