summaryrefslogtreecommitdiff
path: root/package/ncurses
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-09 19:05:40 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-09 19:05:40 +0000
commit3a7b4883665e0071614f2e12ab38b4b11a73bb8a (patch)
tree61eea098d4951daa5efc6642b92db5b307501958 /package/ncurses
parent1f41bb7738cdbad6195b045e83f7971b28a8263f (diff)
use $(TAR_VERBOSITY)
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/ncurses.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 442542ccd..54e9e8d41 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -5,7 +5,7 @@
#
#############################################################
# Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
-# $Id: ncurses.mk,v 1.2 2004/10/09 02:48:53 andersen Exp $
+# $Id: ncurses.mk,v 1.3 2004/10/09 19:05:19 vapier Exp $
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as
@@ -31,7 +31,7 @@ $(DL_DIR)/$(NCURSES_SOURCE):
$(WGET) -P $(DL_DIR) $(NCURSES_SITE)/$(NCURSES_SOURCE)
$(NCURSES_DIR)/.dist: $(DL_DIR)/$(NCURSES_SOURCE)
- gunzip -c $(DL_DIR)/$(NCURSES_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ gunzip -c $(DL_DIR)/$(NCURSES_SOURCE) | tar -C $(BUILD_DIR) -x$(TAR_VERBOSITY)f -
#use the local tic and not whatever the build system was going to find.
$(SED) 's~\$$srcdir/shlib tic\$$suffix~/usr/bin/tic~' \
$(NCURSES_DIR)/misc/run_tic.in