diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-26 13:39:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-26 13:39:08 +0000 |
commit | 6bb34435632a5d952c59faddb91c4694d71d157e (patch) | |
tree | 4ca9234fafd51582876d3c2b3740668484210d79 /mk/extract | |
parent | a3fc2a6ff13ae5c9164bb4fd96425d8c3f0cf3aa (diff) | |
download | pkgsrc-6bb34435632a5d952c59faddb91c4694d71d157e.tar.gz |
Document bsdtar value. From OKANO Takayoshi.
Diffstat (limited to 'mk/extract')
-rw-r--r-- | mk/extract/extract.mk | 6 |
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 |