diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-26 15:23:21 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-26 15:23:21 +0000 |
commit | 521367f1058a41a6a775e951cc626142366349bd (patch) | |
tree | 49a373043ad6eb1ca4038c88ca8b88b587775327 /mk | |
parent | db7014d1075c16aad7bc7744039c921656f47d06 (diff) | |
download | pkgsrc-521367f1058a41a6a775e951cc626142366349bd.tar.gz |
See also: PLIST_SUBST
Diffstat (limited to 'mk')
-rw-r--r-- | mk/subst.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index fbb228bc738..342ffbe1a06 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.52 2008/01/23 01:44:28 rillig Exp $ +# $NetBSD: subst.mk,v 1.53 2008/01/26 15:23:21 rillig Exp $ # # This Makefile fragment implements a general text replacement facility. # Package makefiles define a ``class'', for each of which a particular @@ -48,6 +48,9 @@ # before any substitutions are done to it. Since that test is not # perfect, it can be disabled by setting this variable to "yes". # +# See also: +# PLIST_SUBST +# # Keywords: subst # |