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:   rillig
Date:           Sun Aug 18 16:35:16 UTC 2019

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

Log Message:
doc/guide: fix references to relative directories

For more than 15 years, pkglint complains about relative directories that
take shortcuts. All relative paths between packages should first go up to
the pkgsrc root and from there to the package.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/doc/guide/files/components.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/components.xml
diff -u pkgsrc/doc/guide/files/components.xml:1.56 pkgsrc/doc/guide/files/components.xml:1.57
--- pkgsrc/doc/guide/files/components.xml:1.56  Mon Nov  5 20:36:35 2018
+++ pkgsrc/doc/guide/files/components.xml       Sun Aug 18 16:35:16 2019
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.56 2018/11/05 20:36:35 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.57 2019/08/18 16:35:16 rillig Exp $ -->
 
 <chapter id="components"> <?dbhtml filename="components.html"?>
 <title>Package components - files, directories and contents</title>
@@ -320,7 +320,7 @@ converters    games         mbone       
   <varname>PATCHDIR</varname> to the path where the patch files
   can be found, e.g.:</para>
 <programlisting>
-PATCHDIR= ${.CURDIR}/../xemacs/patches
+PATCHDIR=       ../../editors/xemacs/patches
 </programlisting>
 
     <para>Patch files that are distributed by the author or other
@@ -704,7 +704,7 @@ MESSAGE_SUBST+=  SOMEVAR="somevalue"
     to the other package's <filename>files</filename> directory,
     e.g.:</para>
 <programlisting>
-FILESDIR=${.CURDIR}/../xemacs/files
+FILESDIR=       ../../editors/xemacs/files
 </programlisting>
   </sect1>
 </chapter>



Home | Main Index | Thread Index | Old Index