diff options
author | grant <grant> | 2004-03-31 10:07:47 +0000 |
---|---|---|
committer | grant <grant> | 2004-03-31 10:07:47 +0000 |
commit | 47a6ce6f52a46c634292403d850de32030ec5267 (patch) | |
tree | 6a5ce800f8519448ffb2ba5afc571ea5559519e1 /mk | |
parent | 9539dea0190bd1896b9715bedc387a81947b3e8c (diff) | |
download | pkgsrc-47a6ce6f52a46c634292403d850de32030ec5267.tar.gz |
tweak whitespace in comment
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f21603faab8..37c67c48548 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1431 2004/03/31 10:00:43 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1432 2004/03/31 10:07:47 grant Exp $ # # This file is in the public domain. # @@ -1236,7 +1236,7 @@ _PATCHFILES?= ${PATCHFILES} _ALLFILES?= ${_DISTFILES} ${_PATCHFILES} # This is what is actually going to be extracted, and is overridable -# by user. +# by user. EXTRACT_ONLY?= ${DISTFILES} .if !defined(CATEGORIES) || !defined(DISTNAME) |