svn commit: r353065 - head/audio/alac

Baptiste Daroussin bapt at FreeBSD.org
Tue May 6 06:57:15 UTC 2014


Author: bapt
Date: Tue May  6 06:57:14 2014
New Revision: 353065
URL: http://svnweb.freebsd.org/changeset/ports/353065
QAT: https://qat.redports.org/buildarchive/r353065/

Log:
  Use USES=tar:tgz

Modified:
  head/audio/alac/Makefile

Modified: head/audio/alac/Makefile
==============================================================================
--- head/audio/alac/Makefile	Tue May  6 06:57:01 2014	(r353064)
+++ head/audio/alac/Makefile	Tue May  6 06:57:14 2014	(r353065)
@@ -7,7 +7,6 @@ PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://craz.net/programs/itunes/files/
 DISTNAME=	${PORTNAME}_decoder-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	multimedia at FreeBSD.org
 COMMENT=	Basic decoder for Apple Lossless Audio Codec files (ALAC)
@@ -16,6 +15,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}_decoder
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	alac
 
+USES=		tar:tgz
 OPTIONS_DEFINE=	DOCS
 
 PLIST_FILES=	bin/alac


More information about the svn-ports-all mailing list