pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/patch Use STEP_MSG for pkgsrc-patch-message instead...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ba2ade9b51f
branches:  trunk
changeset: 514135:2ba2ade9b51f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jun 08 07:30:40 2006 +0000

description:
Use STEP_MSG for pkgsrc-patch-message instead of PHASE_MSG.

diffstat:

 mk/patch/patch.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e884323a9871 -r 2ba2ade9b51f mk/patch/patch.mk
--- a/mk/patch/patch.mk Thu Jun 08 07:15:27 2006 +0000
+++ b/mk/patch/patch.mk Thu Jun 08 07:30:40 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: patch.mk,v 1.1 2006/06/06 04:48:19 jlam Exp $
+# $NetBSD: patch.mk,v 1.2 2006/06/08 07:30:40 rillig Exp $
 #
 # The following variables may be set in a package Makefile and control
 # how pkgsrc patches are applied.
@@ -251,7 +251,7 @@
 .endif
 
 pkgsrc-patch-message:
-       @${PHASE_MSG} "Applying pkgsrc patches for ${PKGNAME}"
+       @${STEP_MSG} "Applying pkgsrc patches for ${PKGNAME}"
 
 do-pkgsrc-patch:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \



Home | Main Index | Thread Index | Old Index