pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/extract Document bsdtar value. From OKANO Takayoshi.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ccacbb1202
branches:  trunk
changeset: 542745:90ccacbb1202
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 26 13:39:08 2008 +0000

description:
Document bsdtar value. From OKANO Takayoshi.

diffstat:

 mk/extract/extract.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d91bbf57925d -r 90ccacbb1202 mk/extract/extract.mk
--- a/mk/extract/extract.mk     Mon May 26 13:38:12 2008 +0000
+++ b/mk/extract/extract.mk     Mon May 26 13:39:08 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index