Sat Jul 28 21:33:48 2012 UTC ()
fix typo in comment


(reed)
diff -r1.63 -r1.64 pkgsrc/mk/install/install.mk

cvs diff -r1.63 -r1.64 pkgsrc/mk/install/install.mk (expand / switch to unified diff)

--- pkgsrc/mk/install/install.mk 2011/10/15 00:23:09 1.63
+++ pkgsrc/mk/install/install.mk 2012/07/28 21:33:48 1.64
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: install.mk,v 1.63 2011/10/15 00:23:09 reed Exp $ 1# $NetBSD: install.mk,v 1.64 2012/07/28 21:33:48 reed Exp $
2# 2#
3# This file provides the code for the "install" phase. 3# This file provides the code for the "install" phase.
4# 4#
5# Public targets: 5# Public targets:
6# 6#
7# stage-install: 7# stage-install:
8# Installs the package files into LOCALBASE or ${DESTDIR}${LOCALBASE}. 8# Installs the package files into LOCALBASE or ${DESTDIR}${LOCALBASE}.
9# 9#
10 10
11# Interface for other infrastructure components: 11# Interface for other infrastructure components:
12# 12#
13# Hooks for use by the infrastructure: 13# Hooks for use by the infrastructure:
14# 14#
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
19# unprivileged-install-hook: 19# unprivileged-install-hook:
20# This hook is placed _before_ switching to privileged mode 20# This hook is placed _before_ switching to privileged mode
21# in order to install the package. 21# in order to install the package.
22# 22#
23 23
24# === User-settable variables === 24# === User-settable variables ===
25# 25#
26# INSTALL_UNSTRIPPED 26# INSTALL_UNSTRIPPED
27# If "yes", all binaries and shared libraries are installed 27# If "yes", all binaries and shared libraries are installed
28# unstripped. Otherwise they are stripped while being installed. 28# unstripped. Otherwise they are stripped while being installed.
29# This option is not supported by all packages. 29# This option is not supported by all packages.
30# 30#
31# STRIP_DEBUG 31# STRIP_DEBUG
32# If set to "yes", call ${STRI} -g to remove debug information 32# If set to "yes", call ${STRIP} -g to remove debug information
33# from all files. The symbol tables are still preserved. 33# from all files. The symbol tables are still preserved.
34# 34#
35# Keywords: strip unstripped 35# Keywords: strip unstripped
36# 36#
37# === Package-settable variables === 37# === Package-settable variables ===
38# 38#
39# INSTALLATION_DIRS 39# INSTALLATION_DIRS
40# A list of directories that should be created at the very 40# A list of directories that should be created at the very
41# beginning of the install phase. These directories are relative 41# beginning of the install phase. These directories are relative
42# to ${PREFIX}. As a convenience, a leading man/ is transformed 42# to ${PREFIX}. As a convenience, a leading man/ is transformed
43# to ${PKGMANDIR}, to save package authors from typing too much. 43# to ${PKGMANDIR}, to save package authors from typing too much.
44# 44#
45# AUTO_MKDIRS 45# AUTO_MKDIRS