summaryrefslogtreecommitdiff
path: root/mk/patch
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-08 08:01:53 +0000
committerrillig <rillig@pkgsrc.org>2006-06-08 08:01:53 +0000
commitcb4b57b6b0550cc574f892b42abe94aee8f18741 (patch)
tree7e2e584ac2c06abb98572100c214e5145426ff8a /mk/patch
parent80d94acdf920f301cad7a717f326d22fa0d8832a (diff)
downloadpkgsrc-cb4b57b6b0550cc574f892b42abe94aee8f18741.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/patch')
-rw-r--r--mk/patch/patch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/patch/patch.mk b/mk/patch/patch.mk
index d7c78c21388..e39ffb711c2 100644
--- a/mk/patch/patch.mk
+++ b/mk/patch/patch.mk
@@ -1,4 +1,4 @@
-# $NetBSD: patch.mk,v 1.2 2006/06/08 07:30:40 rillig Exp $
+# $NetBSD: patch.mk,v 1.3 2006/06/08 08:01:53 rillig Exp $
#
# The following variables may be set in a package Makefile and control
# how pkgsrc patches are applied.
@@ -223,7 +223,7 @@ PATCH_DIST_CAT.${i:S/=/--/}?= { patchfile=${i}; ${PATCH_DIST_CAT}; }
.endfor
distribution-patch-message:
- @${PHASE_MSG} "Applying distribution patches for ${PKGNAME}"
+ @${STEP_MSG} "Applying distribution patches for ${PKGNAME}"
do-distribution-patch:
.for i in ${PATCHFILES}