summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron>1999-02-21 14:29:58 +0000
committertron <tron>1999-02-21 14:29:58 +0000
commitfb6700726419fbfc93c9f9b51388fa6de2a48517 (patch)
treed9aa0037492e06e54e64fcb61d95988947c153f5 /mk
parentb9ebb413b4973af9e6f10a4aa3eee42ee9e6ab45 (diff)
downloadpkgsrc-fb6700726419fbfc93c9f9b51388fa6de2a48517.tar.gz
Because 1.3's and 1.3.x's "pax" chokes on some ".tar.bz2" archives
use "tar" for now.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index be6738811e5..6e21239b0c8 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.216 1999/02/16 03:23:04 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.217 1999/02/21 14:29:58 tron Exp $
#
# This file is in the public domain.
#
@@ -252,7 +252,7 @@ BUILD_DEPENDS+= ${BZCAT}:${PKGSRCDIR}/archivers/bzip2
.endif
EXTRACT_CMD?= ${BZCAT}
EXTRACT_BEFORE_ARGS?= <
-EXTRACT_AFTER_ARGS?= | /bin/pax -r
+EXTRACT_AFTER_ARGS?= | /usr/bin/tar -xf -
.else
.if exists(/bin/pax) && (${OPSYS} != "NetBSD")
EXTRACT_CMD?= /bin/pax