diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-09 05:13:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-09 05:13:27 +0000 |
commit | c9990b973a954253153eafa628f6fdc8c6b2ab9b (patch) | |
tree | e669ac23bcacf1a821771f9e560133f5b30d0bd8 /mk/extract | |
parent | 871cdd10b73aa5134b522bc80a7f6ad45b3e871b (diff) | |
download | pkgsrc-c9990b973a954253153eafa628f6fdc8c6b2ab9b.tar.gz |
Fixed the documentation.
Diffstat (limited to 'mk/extract')
-rw-r--r-- | mk/extract/extract.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk index 049b5078468..d8436f1aa7f 100644 --- a/mk/extract/extract.mk +++ b/mk/extract/extract.mk @@ -1,4 +1,4 @@ -# $NetBSD: extract.mk,v 1.18 2006/12/29 00:48:59 joerg Exp $ +# $NetBSD: extract.mk,v 1.19 2007/01/09 05:13:27 rillig Exp $ # # The following variables may be set by the package Makefile and # specify how extraction happens: @@ -6,7 +6,7 @@ # EXTRACT_DIR # The directory into which the files are extracted. # -# Default value: ${WRKSRC} +# Default value: ${WRKDIR} # # EXTRACT_CMD is a shell command list that extracts the contents of # an archive named by the variable ${DOWNLOADED_DISTFILE} to the |