summaryrefslogtreecommitdiff
path: root/mk/extract
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 13:39:08 +0000
committerjoerg <joerg>2008-05-26 13:39:08 +0000
commit6b7aebd333f446da2802a7cf17611c11b73bfabb (patch)
tree4ca9234fafd51582876d3c2b3740668484210d79 /mk/extract
parent04c132465f306365dc6fc98114506311fc04ff12 (diff)
downloadpkgsrc-6b7aebd333f446da2802a7cf17611c11b73bfabb.tar.gz
Document bsdtar value. From OKANO Takayoshi.
Diffstat (limited to 'mk/extract')
-rw-r--r--mk/extract/extract.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk
index 4549435eb5b..3a53de641d6 100644
--- a/mk/extract/extract.mk
+++ b/mk/extract/extract.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.27 2008/05/25 20:02:02 joerg Exp $
+# $NetBSD: extract.mk,v 1.28 2008/05/26 13:39:08 joerg Exp $
#
# The following variables may be set by the package Makefile and
# specify how extraction happens:
@@ -22,8 +22,8 @@
#
# EXTRACT_USING specifies the tool used to extract tar/ustar-format
# archives when using EXTRACT_CMD_DEFAULT. The possible values are
-# "gtar", "nbtar", and "pax". By default, we use the "nbtar" tool
-# (pkgsrc's pax-as-tar).
+# "bsdtar", "gtar", "nbtar", and "pax".
+# By default, we use the "nbtar" tool (pkgsrc's pax-as-tar).
#
# EXTRACT_ELEMENTS is a list of files within the distfile to extract
# when using EXTRACT_CMD_DEFAULT. By default, this is empty, which