summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-02-18 17:11:50 +0000
committerrillig <rillig@pkgsrc.org>2006-02-18 17:11:50 +0000
commitb9f43ad432ead6e4966233840d2a96de2e1e85bb (patch)
tree7828617ed0f3a72790101413e32681e7cdee34da /doc
parent1e9e4af8fde7a2eff4022ee556302407993271bf (diff)
downloadpkgsrc-b9f43ad432ead6e4966233840d2a96de2e1e85bb.tar.gz
After the 2006Q1 branch, SITES_${file} should be replaced with
SITES.${file}.
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/build.xml6
-rw-r--r--doc/guide/files/components.xml10
2 files changed, 13 insertions, 3 deletions
diff --git a/doc/guide/files/build.xml b/doc/guide/files/build.xml
index 82779dc04a9..c9288339997 100644
--- a/doc/guide/files/build.xml
+++ b/doc/guide/files/build.xml
@@ -1,4 +1,8 @@
-<!-- $NetBSD: build.xml,v 1.24 2006/02/17 20:38:17 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.25 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+ TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+-->
<chapter id="build">
<title>The build process</title>
diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml
index 5faded767ad..3fa29068fc5 100644
--- a/doc/guide/files/components.xml
+++ b/doc/guide/files/components.xml
@@ -1,4 +1,9 @@
-<!-- $NetBSD: components.xml,v 1.20 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: components.xml,v 1.21 2006/02/18 17:11:50 rillig Exp $ -->
+
+<!--
+ TODO: after 2006Q1, "SITES_" should be replaced with "SITES.".
+ (2 times)
+-->
<chapter id="components"> <?dbhtml filename="components.html"?>
<title>Package components - files, directories and contents</title>
@@ -109,7 +114,8 @@
<programlisting>
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= foo-file.tar.gz
- SITES_foo-file.tar.gz=http://www.somewhere.com/somehow/ \
+ SITES_foo-file.tar.gz= \
+ http://www.somewhere.com/somehow/ \
http://www.somewhereelse.com/mirror/somehow/
</programlisting>
</listitem>