summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-08-30 22:19:37 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-08-30 22:19:37 +0000
commit06af80a28292c576fc8c6dee9a3fb07b4a96235a (patch)
treee7475db1e2c615494b53f3047b5b66a59adfeec4 /doc/guide
parentf78a04f60724f7e8111d8fa3187bc17c0d26a631 (diff)
downloadpkgsrc-06af80a28292c576fc8c6dee9a3fb07b4a96235a.tar.gz
creating.xml: wrap line (no change to text)
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/creating.xml5
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