summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-04 06:42:43 +0000
committerjlam <jlam@pkgsrc.org>2005-05-04 06:42:43 +0000
commit91092c57895d2b87d14d5f6701952bdd03c18a73 (patch)
tree0b31b2cb2cd7492b23669d4af7bd207540f46e01 /mk/bsd.pkg.mk
parent87e59af8e320baf35cd61153458873d4e8148f0b (diff)
downloadpkgsrc-91092c57895d2b87d14d5f6701952bdd03c18a73.tar.gz
Teach the new tools framework about ${STRIP}, which is used in some
packages to strip installed executables. If INSTALL_UNSTRIPPED == "yes", then we create a "strip" wrapper in ${TOOLS_DIR} that just calls ${TRUE} by considering ${TRUE} the system-supplied strip command.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 3e4212c6ddb..596f71c2071 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1626 2005/05/04 04:23:34 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1627 2005/05/04 06:42:43 jlam Exp $
#
# This file is in the public domain.
#
@@ -943,8 +943,8 @@ USE_TOOLS+= [ awk basename cat chgrp chmod chown cmp cp cut date \
dirname echo egrep env expr false fgrep file find grep \
gtar gunzip gzcat gzip head hostname id install \
ldconfig ln ls m4 mkdir mtree mv nice pax pwd rm rmdir \
- sed sh shlock sort tail tee test touch tr true tsort wc \
- xargs
+ sed sh shlock sort strip tail tee test touch tr true \
+ tsort wc xargs
# We need a mail command to send mail to ${PKGSRC_MESSAGE_RECIPIENTS}.
.if !empty(PKGSRC_MESSAGE_RECIPIENTS)