pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Aug 30 22:19:37 UTC 2019

Modified Files:
        pkgsrc/doc/guide/files: creating.xml

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/doc/guide/files/creating.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/creating.xml
diff -u pkgsrc/doc/guide/files/creating.xml:1.31 pkgsrc/doc/guide/files/creating.xml:1.32
--- pkgsrc/doc/guide/files/creating.xml:1.31    Sun Aug 25 17:11:00 2019
+++ pkgsrc/doc/guide/files/creating.xml Fri Aug 30 22:19:37 2019
@@ -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</fil
 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