summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-04 17:22:24 +0000
committerrillig <rillig>2005-12-04 17:22:24 +0000
commit355ff611e2033c23a719176f14d7395f56f80d85 (patch)
treee6211e4310b9533ab052f14735eab0eed1bebacf /doc
parent6cd17b4718cbb326807646e57a003da979815813 (diff)
downloadpkgsrc-355ff611e2033c23a719176f14d7395f56f80d85.tar.gz
Reverted the last change after massive protest from agc.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/components.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml
index 1d859992aa1..e9380f5d35c 100644
--- a/doc/guide/files/components.xml
+++ b/doc/guide/files/components.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: components.xml,v 1.18 2005/12/02 13:52:31 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.19 2005/12/04 17:22:24 rillig Exp $ -->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -430,9 +430,12 @@
<sect1 id="files-dir">
<title><filename>files/*</filename></title>
- <para>If you have any files that you wish to be placed in the
- package prior to configuration or building, you should place these
- files here and use a <quote>${CP}</quote> command in the
- <quote>pre-configure</quote> target to achieve this.</para>
+ <para>If you have any files that you wish to be placed in the package prior
+ to configuration or building, you could place these files here and use
+ a <quote>${CP}</quote> command in the
+ <quote>pre-configure</quote> target to achieve
+ this. Alternatively, you could simply diff the file against
+ <filename>/dev/null</filename> and use the patch mechanism to manage
+ the creation of this file.</para>
</sect1>
</chapter>