From 5271da855f0c5946ff1f3aa58fbe806871df2f87 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 29 Apr 2013 08:57:12 +0000 Subject: Rely on bsdtar to autodetermine the format of the distfiles when possible For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format --- lang/ifc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/ifc') diff --git a/lang/ifc/Makefile b/lang/ifc/Makefile index bc520a50a02b..7f646ef93da8 100644 --- a/lang/ifc/Makefile +++ b/lang/ifc/Makefile @@ -37,8 +37,7 @@ IFC_SITE= http://www.intel.com/software/products/compilers/ .include -EXTRACT_AFTER_ARGS= | tar -xf - \ - --exclude intel-iidb\*.rpm \ +EXTRACT_AFTER_ARGS= --exclude intel-iidb\*.rpm \ --exclude \*ia64.rpm \ --exclude chklic.64 \ --exclude flexlm64 -- cgit v1.2.3