summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2014-07-02 03:45:50 +0000
committerjnemeth <jnemeth@pkgsrc.org>2014-07-02 03:45:50 +0000
commit3e303eaa0272f3c8ec0893ab98b329570eed7973 (patch)
tree758970098c3d9561bc5620a10648f29674376dfc
parent3800b498c1fb158435e42f441b4e258b137f6067 (diff)
downloadpkgsrc-3e303eaa0272f3c8ec0893ab98b329570eed7973.tar.gz
Add EXTRACT_USING=gtar to prevent a stream of warnings/errors as
source tarball was created with extensions to tar that aren't supported by nbtar. Since this does not change the binary package, no PKGREVISION bump.
-rw-r--r--devel/libuuid/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile
index 55d1e9368b3..5a902f2ffd8 100644
--- a/devel/libuuid/Makefile
+++ b/devel/libuuid/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2014/05/05 20:14:55 adam Exp $
+# $NetBSD: Makefile,v 1.9 2014/07/02 03:45:50 jnemeth Exp $
DISTNAME= util-linux-2.24.2
PKGNAME= ${DISTNAME:S/util-linux/libuuid/}
CATEGORIES= devel
MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz
+EXTRACT_USING= gtar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://kernel.org/~kzak/util-linux-ng/