diff options
author | riastradh <riastradh@pkgsrc.org> | 2017-02-18 05:45:46 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2017-02-18 05:45:46 +0000 |
commit | 84e96c7ae4c371d06165d3221fd697f2a8fe05ee (patch) | |
tree | 7663dddc9e4a4fb1b7c0f86784ee6d79acd4d5ca | |
parent | 6c31e24bb32a053e9305d2e12c6c5a1202c9e027 (diff) | |
download | pkgsrc-84e96c7ae4c371d06165d3221fd697f2a8fe05ee.tar.gz |
Note PKGSRCDIR in introduction.
From discussion on IRC a few months ago.
-rw-r--r-- | doc/guide/files/introduction.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guide/files/introduction.xml b/doc/guide/files/introduction.xml index 9444cf1e7d9..174ba0f9cb6 100644 --- a/doc/guide/files/introduction.xml +++ b/doc/guide/files/introduction.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: introduction.xml,v 1.40 2017/01/07 00:59:13 sevan Exp $ --> +<!-- $NetBSD: introduction.xml,v 1.41 2017/02/18 05:45:46 riastradh Exp $ --> <chapter id="introduction"> <title>What is pkgsrc?</title> @@ -276,7 +276,9 @@ minutes!</para> that describe what's necessary to build a certain piece of software using pkgsrc. Packages are traditionally stored under - <filename>/usr/pkgsrc</filename>.</para> + <filename>/usr/pkgsrc</filename>, + but may be stored in any location, + referred to as <varname>PKGSRCDIR</varname>.</para> </listitem> </varlistentry> |