diff options
author | jlam <jlam> | 2006-06-08 15:45:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-06-08 15:45:52 +0000 |
commit | 5f622b6e32918761051bd59ca8fb6a6073c4a29f (patch) | |
tree | 3cbf3e9bebaab3659dd1ba665223e5327608b813 /mk | |
parent | d71e97ad60026bb1e9c0e551f5047622a0b6427a (diff) | |
download | pkgsrc-5f622b6e32918761051bd59ca8fb6a6073c4a29f.tar.gz |
Fix the comment.
Diffstat (limited to 'mk')
-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 e08ba63044c..64806118644 100644 --- a/mk/extract/extract.mk +++ b/mk/extract/extract.mk @@ -1,4 +1,4 @@ -# $NetBSD: extract.mk,v 1.3 2006/06/06 16:33:48 rillig Exp $ +# $NetBSD: extract.mk,v 1.4 2006/06/08 15:45:52 jlam Exp $ # # The following variables may be set by the package Makefile and # specify how extraction happens: @@ -90,7 +90,7 @@ extract-message: ###################################################################### ### extract-check-interactive (PRIVATE) ###################################################################### -### extract-check-interactive checks whether we can do an interactive +### extract-check-interactive checks whether we must do an interactive ### extraction or not. ### extract-check-interactive: |