summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-15 05:05:47 +0000
committerjlam <jlam@pkgsrc.org>2005-05-15 05:05:47 +0000
commitedba1475374893183c60e42dec666ac73bf6d294 (patch)
tree14c4c8e5edda1164d3e6209865abca4b29868612 /mk
parent128f97dd1539c9cbfad7700670d1e73d659b26e0 (diff)
downloadpkgsrc-edba1475374893183c60e42dec666ac73bf6d294.tar.gz
We only need gzcat when requested by the extract and patch phases, or
if the package itself requests it.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 2438d059e05..5f86d09f75a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1653 2005/05/14 22:19:07 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1654 2005/05/15 05:05:47 jlam Exp $
#
# This file is in the public domain.
#
@@ -831,10 +831,10 @@ BUILD_DEFS+= PKG_SYSCONFBASEDIR PKG_SYSCONFDIR
#
PKGSRC_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 ln ls m4 mkdir mtree mv \
- nice pax pwd rm rmdir sed sh sort tail tar tee test touch tr \
- true tsort wc xargs
+ echo egrep env expr false fgrep file find grep gtar gunzip gzip \
+ head hostname id install ln ls m4 mkdir mtree mv nice pax pwd \
+ rm rmdir sed sh sort tail tar 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)