From 195c2a3de35aee4f574e75dc89490866fadc2318 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 15 Aug 2012 20:11:30 +0000 Subject: audio/amarok-kde3: extract with gtar There's something amiss with the amarok tarball, bsdtar won't fully extract it. The file '._gem_commands.rb' will be missing unless GNU Tar is used instead. Other platforms, like ArchLinux, have run into this as well. The solution is mandate gtar for the file extraction. --- audio/amarok-kde3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/amarok-kde3/Makefile b/audio/amarok-kde3/Makefile index 7e57e87cb44..6e671f214c3 100644 --- a/audio/amarok-kde3/Makefile +++ b/audio/amarok-kde3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/06/14 07:44:09 sbd Exp $ +# $NetBSD: Makefile,v 1.23 2012/08/15 20:11:30 marino Exp $ DISTNAME= amarok-${VERSION} VERSION= 1.4.10 @@ -6,6 +6,7 @@ PKGREVISION= 23 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE:=amarok/${VERSION}/src/} EXTRACT_SUFX= .tar.bz2 +EXTRACT_USING= gtar MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://amarok.kde.org/ -- cgit v1.2.3