diff options
author | rillig <rillig> | 2007-01-09 05:13:27 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-09 05:13:27 +0000 |
commit | 5b1033aefe4c99be8805cb649c677a8947cdf6e5 (patch) | |
tree | e669ac23bcacf1a821771f9e560133f5b30d0bd8 /mk/extract | |
parent | 960799ea5889b0f635ae1290d22ea42aabaa1673 (diff) | |
download | pkgsrc-5b1033aefe4c99be8805cb649c677a8947cdf6e5.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 |