Wed Mar 12 15:48:21 2008 UTC ()
Fix whitespace


(jlam)
diff -r1.24 -r1.25 pkgsrc/mk/extract/extract.mk

cvs diff -r1.24 -r1.25 pkgsrc/mk/extract/extract.mk (expand / switch to unified diff)

--- pkgsrc/mk/extract/extract.mk 2008/01/23 14:59:35 1.24
+++ pkgsrc/mk/extract/extract.mk 2008/03/12 15:48:21 1.25
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: extract.mk,v 1.24 2008/01/23 14:59:35 rillig Exp $ 1# $NetBSD: extract.mk,v 1.25 2008/03/12 15:48:21 jlam Exp $
2# 2#
3# The following variables may be set by the package Makefile and 3# The following variables may be set by the package Makefile and
4# specify how extraction happens: 4# specify how extraction happens:
5# 5#
6# EXTRACT_DIR 6# EXTRACT_DIR
7# The directory into which the files are extracted. 7# The directory into which the files are extracted.
8# 8#
9# Default value: ${WRKDIR} 9# Default value: ${WRKDIR}
10# 10#
11# EXTRACT_CMD is a shell command list that extracts the contents of 11# EXTRACT_CMD is a shell command list that extracts the contents of
12# an archive named by the variable ${DOWNLOADED_DISTFILE} to the 12# an archive named by the variable ${DOWNLOADED_DISTFILE} to the
13# current working directory. The default is ${EXTRACT_CMD_DEFAULT}. 13# current working directory. The default is ${EXTRACT_CMD_DEFAULT}.
14# 14#
15# EXTRACT_OPTS is a list of options to pass to the "extract" script 15# EXTRACT_OPTS is a list of options to pass to the "extract" script
16# when using EXTRACT_CMD_DEFAULT. See the comments at the head of 16# when using EXTRACT_CMD_DEFAULT. See the comments at the head of
17# the "extract" script for a definitive list of the available 17# the "extract" script for a definitive list of the available
18# options. The default list is empty. 18# options. The default list is empty.
19# 19#