summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-03-14 11:19:57 +0000
committertron <tron@pkgsrc.org>2006-03-14 11:19:57 +0000
commitda6eed48b73fe5da7f5ce2667f6e12ef23b0f501 (patch)
tree6f1e68f56f6edda7ed76e4d8a0f50a3ce8381d57 /mk
parent59955e4046bfb136fcf80d475c2018c30ecbc567 (diff)
downloadpkgsrc-da6eed48b73fe5da7f5ce2667f6e12ef23b0f501.tar.gz
Sync variable names in comments with recent changes to install framework.
Diffstat (limited to 'mk')
-rw-r--r--mk/install/deinstall-pre4
-rw-r--r--mk/install/install-post4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/install/deinstall-pre b/mk/install/deinstall-pre
index b3656bdf4e5..ee0145e9c1c 100644
--- a/mk/install/deinstall-pre
+++ b/mk/install/deinstall-pre
@@ -1,10 +1,10 @@
# start of deinstall-pre
#
-# $NetBSD: deinstall-pre,v 1.1 2003/11/23 07:14:43 jlam Exp $
+# $NetBSD: deinstall-pre,v 1.2 2006/03/14 11:19:57 tron Exp $
# Ensure that the VIEW-DEINSTALL action is called for overwrite packages.
# This is here to ensure that it's the first DEINSTALL action (before
-# any DEINSTALL_EXTRA_TMPL DEINSTALL actions).
+# any DEINSTALL_TEMPLATE DEINSTALL actions).
#
case ${STAGE} in
DEINSTALL)
diff --git a/mk/install/install-post b/mk/install/install-post
index d8b25c5a021..fc236632e1b 100644
--- a/mk/install/install-post
+++ b/mk/install/install-post
@@ -1,10 +1,10 @@
# start of install-post
#
-# $NetBSD: install-post,v 1.1 2003/11/23 07:14:43 jlam Exp $
+# $NetBSD: install-post,v 1.2 2006/03/14 11:19:57 tron Exp $
# Ensure that the VIEW-INSTALL action is called for overwrite packages.
# This is here to ensure that it's the final POST-INSTALL action (after
-# any INSTALL_EXTRA_TMPL POST-INSTALL actions).
+# any INSTALL_TEMPLATE POST-INSTALL actions).
#
case ${STAGE} in
POST-INSTALL)