diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-08-30 22:19:37 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-08-30 22:19:37 +0000 |
commit | 06af80a28292c576fc8c6dee9a3fb07b4a96235a (patch) | |
tree | e7475db1e2c615494b53f3047b5b66a59adfeec4 /doc | |
parent | f78a04f60724f7e8111d8fa3187bc17c0d26a631 (diff) | |
download | pkgsrc-06af80a28292c576fc8c6dee9a3fb07b4a96235a.tar.gz |
creating.xml: wrap line (no change to text)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/creating.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml index 477295c7983..79e4d213988 100644 --- a/doc/guide/files/creating.xml +++ b/doc/guide/files/creating.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: creating.xml,v 1.31 2019/08/25 17:11:00 brook Exp $ --> +<!-- $NetBSD: creating.xml,v 1.32 2019/08/30 22:19:37 gutteridge Exp $ --> <chapter id="creating"> <title>Creating a new pkgsrc package from scratch</title> @@ -36,7 +36,8 @@ file called <filename>buildlink3.mk</filename> in that directory, add a line to your package <filename>Makefile</filename> which includes that file just before the last line. If the <filename>buildlink3.mk</filename> file does not exist, it must be -created first. The <filename>buildlink3.mk</filename> file makes sure that the package's include files and libraries are provided.</para> +created first. The <filename>buildlink3.mk</filename> file makes sure +that the package's include files and libraries are provided.</para> <para>If you just need binaries from a package, add a <varname>DEPENDS</varname> line to the Makefile, which specifies the |