summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-01-11 00:15:39 +0000
committerjoerg <joerg@pkgsrc.org>2013-01-11 00:15:39 +0000
commit96bf5023ae29533d32e0ee9aac9a268dc0587dae (patch)
treee7e3f40c8935b5453ec62d8f56bdcc05c208e722 /x11
parent16b4873f3b10aedb88aa95e8dd20380f53e9adb6 (diff)
downloadpkgsrc-96bf5023ae29533d32e0ee9aac9a268dc0587dae.tar.gz
Prefer bsdtar (in-tree) over external GPL3 gtar.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt4-libs/Makefile.common4
-rw-r--r--x11/tk-BWidget/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index b86e9ca3f1c..c920ed82342 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2012/10/29 05:06:47 asau Exp $
+# $NetBSD: Makefile.common,v 1.35 2013/01/11 00:15:40 joerg Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -11,7 +11,7 @@
DISTNAME= qt-everywhere-opensource-src-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= http://releases.qt-project.org/qt4/source/
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
.include "../../x11/qt4/Makefile.common"
diff --git a/x11/tk-BWidget/Makefile b/x11/tk-BWidget/Makefile
index 96ed96cf023..e22e1a0dce3 100644
--- a/x11/tk-BWidget/Makefile
+++ b/x11/tk-BWidget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/29 05:06:53 asau Exp $
+# $NetBSD: Makefile,v 1.12 2013/01/11 00:15:40 joerg Exp $
DISTNAME= BWidget-1.9.0
PKGNAME= tk-${DISTNAME}
@@ -20,14 +20,14 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_BUILD= YES
NO_CONFIGURE= YES
-USE_TOOLS+= gtar
+USE_TOOLS+= bsdtar
PLIST_SUBST+= BWDIR=${DISTNAME}
INSTALLATION_DIRS= lib/tcl
do-install:
- cd ${DESTDIR}${PREFIX}/lib/tcl && ${GTAR} zxpf ${DISTDIR}/${DISTFILES:Q} --exclude=CVS
+ cd ${DESTDIR}${PREFIX}/lib/tcl && ${TOOLS_PATH.bsdtar} zxpf ${DISTDIR}/${DISTFILES:Q} --exclude=CVS
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${PREFIX}/lib/tcl/${DISTNAME}
.include "../../mk/bsd.pkg.mk"