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 --- textproc/2bsd-diff/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'textproc/2bsd-diff/Makefile') diff --git a/textproc/2bsd-diff/Makefile b/textproc/2bsd-diff/Makefile index 5138a66c08ea..7dfc2b9dba24 100644 --- a/textproc/2bsd-diff/Makefile +++ b/textproc/2bsd-diff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: 2bsd-diff -# Date created: Mon Mar 17 20:54:03 EST 2003 -# Whom: risner@stdio.com -# +# Created by: risner@stdio.com # $FreeBSD$ -# PORTNAME= diff PORTVERSION= 2.11 @@ -17,7 +13,7 @@ DISTNAME= file8 MAINTAINER= risner@stdio.com COMMENT= 2.11BSD diff utility -EXTRACT_AFTER_ARGS= | ${TAR} -xf - bin/diff man/man1/diff.1 +EXTRACT_AFTER_ARGS= bin/diff man/man1/diff.1 WRKSRC= ${WRKDIR}/bin/diff MAN1= 2diff.1 -- cgit v1.2.3