diff options
author | sevan <sevan> | 2017-01-09 05:03:19 +0000 |
---|---|---|
committer | sevan <sevan> | 2017-01-09 05:03:19 +0000 |
commit | 95c1e9b99d43741f40a2956fbb8601b56e2e3697 (patch) | |
tree | b2e7967a1e031dca2d6fdea3ac088ca91de08361 /doc/guide | |
parent | 48b034188d27fd8bf3c2c7a41c444466190460e7 (diff) | |
download | pkgsrc-95c1e9b99d43741f40a2956fbb8601b56e2e3697.tar.gz |
Note building KDE4 applications.
Stop the NetBSD keyword substitution by introducing a space.
Add a note to highlight the artificial space added to example.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/creating.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index 78bd832a5d2..65d23b3813b 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.21 2016/06/30 18:03:46 wiz Exp $ --> +<!-- $NetBSD: creating.xml,v 1.22 2017/01/09 05:03:19 sevan Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -122,11 +122,12 @@ package from the set of installed files.</para></step> </sect2> <sect2 id="creating.kde-app"> -<title>KDE3 applications</title> +<title>KDE3 & KDE4 applications</title> <para>KDE3 applications should always include <filename>meta-pkgs/kde3/kde3.mk</filename>, which contains numerous -settings that are typical of KDE3 packages.</para> +settings that are typical of KDE3 packages and KDE4 applications should +always include <filename>meta-pkgs/kde4/kde4.mk</filename>, respectively.</para> </sect2> @@ -231,7 +232,7 @@ not have the word <quote>sources</quote> in it. I also filled in the <filename>Makefile</filename> looked like that:</para> <programlisting> -# $NetBSD$ +# $NetBSD $ # DISTNAME= nvu-1.0-sources @@ -248,6 +249,10 @@ COMMENT= Web Authoring System .include "../../mk/bsd.pkg.mk" </programlisting> +<para>On the first line of output above, an artificial space has been added betweeen NetBSD and $, +this is a workaround to prevent CVS expanding to the filename of the +guide.</para> + <para>Then, I quit the editor and watched pkgsrc downloading a large source archive:</para> |