summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 15:32:59 +0000
committergrant <grant@pkgsrc.org>2004-01-24 15:32:59 +0000
commit494dc7a6a72fe54ec6271bb1ed8b5cdde7e1284f (patch)
tree82b6f54649679f1232257119a640b3a698819b1e /Packages.txt
parent9b4feec99c2ebb4161a0d4e30d5294d6ea0fea47 (diff)
downloadpkgsrc-494dc7a6a72fe54ec6271bb1ed8b5cdde7e1284f.tar.gz
replace reference to USE_GMAKE with USE_GNU_TOOLS make.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Packages.txt b/Packages.txt
index 0d2e3f23d67..e3072d468d7 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.323 2004/01/23 23:46:44 wiz Exp $
+# $NetBSD: Packages.txt,v 1.324 2004/01/24 15:32:59 grant Exp $
###########################################################################
==========================
@@ -1415,9 +1415,9 @@ The main targets used during the build process defined in bsd.pkg.mk are:
Once configuration has taken place, the software can be built on
NetBSD by invoking $MAKE_PROGRAM on $MAKEFILE with $ALL_TARGET as
the target to build. The default MAKE_PROGRAM is "gmake" if
- USE_GMAKE is set, "make" otherwise. MAKEFILE is set to "Makefile"
- by default, and ALL_TARGET defaults to "all". Any of these
- variables can be set to change the default build process.
+ USE_GNU_TOOLS 'make' is set, "make" otherwise. MAKEFILE is set to
+ "Makefile" by default, and ALL_TARGET defaults to "all". Any of
+ these variables can be set to change the default build process.
* install:
Once the build stage has completed, the final step is to install