svn commit: r53522 - head/en_US.ISO8859-1/books/porters-handbook/uses
Niclas Zeising
zeising at FreeBSD.org
Fri Nov 1 16:34:02 UTC 2019
Author: zeising
Date: Fri Nov 1 16:34:01 2019
New Revision: 53522
URL: https://svnweb.freebsd.org/changeset/doc/53522
Log:
porters-handbook/uses: Update USES=xorg script
Update the script for generating the USES=xorg section to improve whitespace
somewhat.
Modified:
head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Nov 1 16:32:50 2019 (r53521)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Fri Nov 1 16:34:01 2019 (r53522)
@@ -3458,7 +3458,7 @@ BROKEN_SSL_REASON_libressl= needs features only availa
port=$(make -C x11/libX11 -V "${m}_BUILD_DEPENDS:C/^.*://")
fi
description=$(make -C "$port" -V COMMENT)
- printf "<row>\n<entry><literal>$m</literal></entry>\n<entry>$description</entry>\n</row>\n\n"
+ printf "<row>\n <entry><literal>$m</literal></entry>\n <entry>$description</entry>\n</row>\n\n"
done
-->
<tbody>
More information about the svn-doc-all
mailing list