summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-02-20 17:02:24 +0000
committerwiz <wiz@pkgsrc.org>2017-02-20 17:02:24 +0000
commit34d6ee397824c243a2a9ab26030207778304fa40 (patch)
tree7a07f614a2f6d04733bd83f645516dccc5c92f97 /doc/pkgsrc.txt
parentd6f96489a0adf6ef1185a53a15074577080379df (diff)
downloadpkgsrc-34d6ee397824c243a2a9ab26030207778304fa40.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 6c00b9d51a3..8938b11c1f7 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -602,7 +602,8 @@ Package
A set of files and building instructions that describe what's necessary to
build a certain piece of software using pkgsrc. Packages are traditionally
- stored under /usr/pkgsrc.
+ stored under /usr/pkgsrc, but may be stored in any location, referred to as
+ PKGSRCDIR.
The NetBSD package system
@@ -2723,7 +2724,7 @@ PYTHON_VERSIONED_DEPENDENCIES to the list of packages that should be depended
upon and include "../../lang/python/versioned_dependencies.mk", then the pkgsrc
infrastructure will depend on the appropriate package version. For example:
-PYTHON_VERSIONED_DEPENDENCIES=dateutil
+PYTHON_VERSIONED_DEPENDENCIES=gobject
Look inside versioned_dependencies.mk for a list of supported packages.
@@ -2766,7 +2767,7 @@ COMMENT= Web Authoring System
# url2pkg-marker (please do not remove this line.)
.include "../../mk/bsd.pkg.mk"
-On the first line of output above, an artificial space has been added between
+On the first line of output above, an artificial space has been added betweeen
NetBSD and $, this is a workaround to prevent CVS expanding to the filename of
the guide.