summaryrefslogtreecommitdiff
path: root/mk/pkginstall
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-08 08:01:53 +0000
committerrillig <rillig>2006-06-08 08:01:53 +0000
commit50ff4c896db571f1839320b01eefb64cdb6c6703 (patch)
tree7e2e584ac2c06abb98572100c214e5145426ff8a /mk/pkginstall
parent1db9f5ab4f4466a2c7cb494b9652747b7f4d23af (diff)
downloadpkgsrc-50ff4c896db571f1839320b01eefb64cdb6c6703.tar.gz
Replaced PHASE_MSG with STEP_MSG in many (but not all) places where it
wasn't used to identify a ``phase'', as defined in the pkgsrc guide.
Diffstat (limited to 'mk/pkginstall')
-rw-r--r--mk/pkginstall/bsd.pkginstall.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/pkginstall/bsd.pkginstall.mk b/mk/pkginstall/bsd.pkginstall.mk
index d49e5dc5c6e..9e38f8c638e 100644
--- a/mk/pkginstall/bsd.pkginstall.mk
+++ b/mk/pkginstall/bsd.pkginstall.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkginstall.mk,v 1.8 2006/06/08 03:30:37 jlam Exp $
+# $NetBSD: bsd.pkginstall.mk,v 1.9 2006/06/08 08:01:53 rillig Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and implements the
# common INSTALL/DEINSTALL scripts framework. To use the pkginstall
@@ -276,7 +276,7 @@ _INSTALL_USERGROUP_CHECK= \
.PHONY: create-usergroup
create-usergroup: su-target
- @${PHASE_MSG} "Requiring users and groups for ${PKGNAME}"
+ @${STEP_MSG} "Requiring users and groups for ${PKGNAME}"
PRE_CMD.su-create-usergroup= \
if ${_INSTALL_USERGROUP_CHECK} -g ${_PKG_GROUPS:C/\:*$//} && \