summaryrefslogtreecommitdiff
path: root/docs/package-reference.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-19 10:05:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-19 10:05:22 +0100
commited78ab954ca991cca578f59a32d147304025647d (patch)
tree34c6c72419c40f8ec9595e081403342dab0d0489 /docs/package-reference.txt
parent5241a47df751d66cfa7428bcb4c920f9903f1fbe (diff)
correct new toolchain path
Diffstat (limited to 'docs/package-reference.txt')
-rw-r--r--docs/package-reference.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/package-reference.txt b/docs/package-reference.txt
index 650694bf2..36d2e28b4 100644
--- a/docs/package-reference.txt
+++ b/docs/package-reference.txt
@@ -28,11 +28,11 @@ information is:
building OpenADK behind a HTTP proxy should be working without any configuration hassle.
There are also some predefined mirror sites in +mk/mirrors.mk+,
which can be used.
- Example: PKG_SITES:= ${MASTER_SITE_GNU:=foo/}
+ Example: PKG_SITES:= +${MASTER_SITE_GNU:=foo/}+
* +DISTFILES+ optional, may contain the name of the tarball of
the package. If +DISTFILES+ is not specified, it defaults to +PKG_NAME-PKG_VERSION.tar.gz+.
- Example: DISTFILES= ${PKG_NAME}${PKG_VERSION}.tar.xz
+ Example: DISTFILES= +${PKG_NAME}${PKG_VERSION}.tar.xz+
* +NO_DISTFILES+ optional, may be set to 1, to disable fetching of any archives.
Provide the source code for the package in +package/<pkgname>/src+, which will be