pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files creating.xml: wrap line (no change to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c98669909cf
branches:  trunk
changeset: 400601:3c98669909cf
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Aug 30 22:19:37 2019 +0000

description:
creating.xml: wrap line (no change to text)

diffstat:

 doc/guide/files/creating.xml |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r be879a843e5d -r 3c98669909cf doc/guide/files/creating.xml
--- a/doc/guide/files/creating.xml      Fri Aug 30 22:08:36 2019 +0000
+++ b/doc/guide/files/creating.xml      Fri Aug 30 22:19:37 2019 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index