summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-24 11:11:24 +0000
committerrillig <rillig>2005-05-24 11:11:24 +0000
commit690a45a5fee0317c9d0b98abd6dd7b14982092a5 (patch)
tree2f5563df3c83440a4f46fe83bacc27bec277847a /doc/pkgsrc.txt
parent4ecdce6b73bff2d907ec1810ef16aacb27f6c71b (diff)
downloadpkgsrc-690a45a5fee0317c9d0b98abd6dd7b14982092a5.tar.gz
Replaced obsoleted USE_GNU_TOOLS with USE_TOOLS.
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 376415684bf..7f13a31c639 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -3348,7 +3348,7 @@ build
Once configuration has taken place, the software will be built by invoking
$MAKE_PROGRAM on $MAKEFILE with $BUILD_TARGET as the target to build. The
- default MAKE_PROGRAM is "gmake" if USE_GNU_TOOLS contains "make", "make"
+ default MAKE_PROGRAM is "gmake" if USE_TOOLS contains "gmake", "make"
otherwise. MAKEFILE is set to "Makefile" by default, and BUILD_TARGET
defaults to "all". Any of these variables can be set in the package's
Makefile to change the default build process.