summaryrefslogtreecommitdiff
path: root/mk/tools/tools.DragonFly.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-16 03:04:44 +0000
committerjlam <jlam>2005-05-16 03:04:44 +0000
commit2ab852c63b2883af4e5258a2a578dafcb3163c0c (patch)
treeb4a01b61c27a7220ff7f5134cb7652ae5ab80571 /mk/tools/tools.DragonFly.mk
parentb3ccd59fc813f0b798536975e54a5a606559c3b3 (diff)
downloadpkgsrc-2ab852c63b2883af4e5258a2a578dafcb3163c0c.tar.gz
Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
Diffstat (limited to 'mk/tools/tools.DragonFly.mk')
-rw-r--r--mk/tools/tools.DragonFly.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk
index ba396ef19ac..ca43ae3e798 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.DragonFly.mk,v 1.11 2005/05/14 21:15:07 jlam Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.12 2005/05/16 03:07:38 jlam Exp $
#
# System-supplied tools for the DragonFly operating system.
@@ -24,7 +24,6 @@ TOOLS_PLATFORM.fgrep?= /usr/bin/fgrep
TOOLS_PLATFORM.file?= /usr/bin/file
TOOLS_PLATFORM.find?= /usr/bin/find
TOOLS_PLATFORM.grep?= /usr/bin/grep
-TOOLS_PLATFORM.gtar?= /usr/bin/tar
TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f
TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat
TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP}