diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-23 01:44:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-23 01:44:28 +0000 |
commit | 04cbcc5bc072ab770e6bb60e0e28132583c0776a (patch) | |
tree | b213ff2f4e2e8234447769a8f01e01650ac8110e /mk | |
parent | 2c5b085e9891fa66e5dbfc611e94b98fb7d33bff (diff) | |
download | pkgsrc-04cbcc5bc072ab770e6bb60e0e28132583c0776a.tar.gz |
Made the wording more into an explanation.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/subst.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index ee73c7af6ad..fbb228bc738 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.51 2008/01/18 11:26:11 rillig Exp $ +# $NetBSD: subst.mk,v 1.52 2008/01/23 01:44:28 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -8,7 +8,8 @@ # Package-settable variables: # # SUBST_CLASSES -# A list of class names. A new class name must be appended (+=). +# A list of class names. When adding new classes to this list, be +# sure to append them (+=) instead of overriding them (=). # # SUBST_STAGE.<class> # "stage" at which we do the text replacement. Should be one of |