diff options
author | tron <tron> | 2006-03-14 11:19:57 +0000 |
---|---|---|
committer | tron <tron> | 2006-03-14 11:19:57 +0000 |
commit | e3cd45310adc4007e8bff886e44fde293b42a29a (patch) | |
tree | 6f1e68f56f6edda7ed76e4d8a0f50a3ce8381d57 /mk/install | |
parent | 82e4cefc1f97a219099096a654721aa0586ae6a6 (diff) | |
download | pkgsrc-e3cd45310adc4007e8bff886e44fde293b42a29a.tar.gz |
Sync variable names in comments with recent changes to install framework.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/deinstall-pre | 4 | ||||
-rw-r--r-- | mk/install/install-post | 4 |
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) |