summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2012-07-28 21:33:48 +0000
committerreed <reed@pkgsrc.org>2012-07-28 21:33:48 +0000
commitfd02cf8347409269002097d6bdd9cbdb64e4e0aa (patch)
treeee932885cf205663216894fa374617cdaef4465f /mk/install
parent8decdc8f0701359086f43548f3b4a24742a28022 (diff)
downloadpkgsrc-fd02cf8347409269002097d6bdd9cbdb64e4e0aa.tar.gz
fix typo in comment
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index e0fcd426c69..f41cff58d0b 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.63 2011/10/15 00:23:09 reed Exp $
+# $NetBSD: install.mk,v 1.64 2012/07/28 21:33:48 reed Exp $
#
# This file provides the code for the "install" phase.
#
@@ -29,7 +29,7 @@
# This option is not supported by all packages.
#
# STRIP_DEBUG
-# If set to "yes", call ${STRI} -g to remove debug information
+# If set to "yes", call ${STRIP} -g to remove debug information
# from all files. The symbol tables are still preserved.
#
# Keywords: strip unstripped