pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/extract Fixed the documentation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49c6b66c29c5
branches:  trunk
changeset: 523532:49c6b66c29c5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 09 05:13:27 2007 +0000

description:
Fixed the documentation.

diffstat:

 mk/extract/extract.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b16915f85ecb -r 49c6b66c29c5 mk/extract/extract.mk
--- a/mk/extract/extract.mk     Tue Jan 09 04:28:23 2007 +0000
+++ b/mk/extract/extract.mk     Tue Jan 09 05:13:27 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index