pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/install Sync variable names in comments with recent...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bff3b2612bff
branches: trunk
changeset: 509760:bff3b2612bff
user: tron <tron%pkgsrc.org@localhost>
date: Tue Mar 14 11:19:57 2006 +0000
description:
Sync variable names in comments with recent changes to install framework.
diffstat:
mk/install/deinstall-pre | 4 ++--
mk/install/install-post | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 19bc0d0cacae -r bff3b2612bff mk/install/deinstall-pre
--- a/mk/install/deinstall-pre Tue Mar 14 10:26:37 2006 +0000
+++ b/mk/install/deinstall-pre Tue Mar 14 11:19:57 2006 +0000
@@ -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 -r 19bc0d0cacae -r bff3b2612bff mk/install/install-post
--- a/mk/install/install-post Tue Mar 14 10:26:37 2006 +0000
+++ b/mk/install/install-post Tue Mar 14 11:19:57 2006 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index