summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-03 12:48:15 +0000
committerwiz <wiz>2004-12-03 12:48:15 +0000
commit42d345e560a93ae39bbe7cb604f479575da8e047 (patch)
tree2c75d674106e03a5b8c164d89e0965a610e4689d /doc/pkgsrc.txt
parent087ddbc1d1fd0e638cc6220343deae1a0d35bd94 (diff)
downloadpkgsrc-42d345e560a93ae39bbe7cb604f479575da8e047.tar.gz
ALL_TARGET -> BUILD_TARGET.
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 70f76ac5a1b..3fd386d5e8b 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -14,7 +14,7 @@ The pkgsrc Developers
Copyright (C) 1994-2004 The NetBSD Foundation, Inc
-$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+$NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
Abstract
@@ -1663,7 +1663,7 @@ The following message is displayed as part of the audit-packages installation
procedure:
===========================================================================
-$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+$NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
You may wish to have the vulnerabilities file downloaded daily so that
it remains current. This may be done by adding an appropriate entry
@@ -2079,7 +2079,7 @@ the PLIST file (or files, see below!).
Be sure to add a RCS ID line as the first thing in any PLIST file you write:
-@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+@comment $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
8.2. Semi-automatic PLIST generation
@@ -2354,7 +2354,7 @@ following command will generate a good starting point for buildlink3.mk files:
The following real-life example buildlink3.mk is taken from pkgsrc/graphics/
tiff:
-# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+# $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+
@@ -2873,9 +2873,9 @@ configure
build
Once configuration has taken place, the software will be built by invoking
- $MAKE_PROGRAM on $MAKEFILE with $ALL_TARGET as the target to build. The
+ $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"
- otherwise. MAKEFILE is set to "Makefile" by default, and ALL_TARGET
+ 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.
@@ -4316,7 +4316,7 @@ A.1. files
A.1.1. Makefile
-# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+# $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
#
DISTNAME= bison-1.25
@@ -4340,7 +4340,7 @@ of the NetBSD source tree is beyond me.
A.1.3. PLIST
-@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $
+@comment $NetBSD: pkgsrc.txt,v 1.9 2004/12/02 22:23:47 dillo Exp $
bin/bison
man/man1/bison.1.gz
info/bison.info