diff options
author | grant <grant@pkgsrc.org> | 2004-03-31 10:07:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-31 10:07:47 +0000 |
commit | bd496517b3e0fedcf0d891b24b69fe329e8e9ab4 (patch) | |
tree | 6a5ce800f8519448ffb2ba5afc571ea5559519e1 /mk/bsd.pkg.mk | |
parent | 54aa327743d6cb033ec1b1e27a85bc54adf5e704 (diff) | |
download | pkgsrc-bd496517b3e0fedcf0d891b24b69fe329e8e9ab4.tar.gz |
tweak whitespace in comment
Diffstat (limited to 'mk/bsd.pkg.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) |