pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk + keyword "subst"



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a46027112902
branches:  trunk
changeset: 523236:a46027112902
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Jan 03 23:35:13 2007 +0000

description:
+ keyword "subst"

diffstat:

 mk/subst.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r f6d6c5944b5b -r a46027112902 mk/subst.mk
--- a/mk/subst.mk       Wed Jan 03 22:47:18 2007 +0000
+++ b/mk/subst.mk       Wed Jan 03 23:35:13 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: subst.mk,v 1.38 2006/12/10 02:25:13 reed Exp $
+# $NetBSD: subst.mk,v 1.39 2007/01/03 23:35:13 rillig Exp $
 #
 # This Makefile fragment implements a general text replacement facility.
 # Package makefiles define a ``class'', for each of which a particular
@@ -32,6 +32,9 @@
 # SUBST_POSTCMD.<class>
 #      Command to clean up after sed(1). Defaults to ${RM} -f
 #      $$file${_SUBST_BACKUP_SUFFIX}. For debugging, set it to ${DO_NADA}.
+#
+# Keywords: subst
+#
 
 ECHO_SUBST_MSG?=       ${STEP_MSG}
 



Home | Main Index | Thread Index | Old Index