summaryrefslogtreecommitdiff
path: root/mk/patch
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-08 08:01:53 +0000
committerrillig <rillig>2006-06-08 08:01:53 +0000
commit2a77ac7bff52ca6de2e658021a6794aa044f6e02 (patch)
tree7e2e584ac2c06abb98572100c214e5145426ff8a /mk/patch
parentcc97d65d1c4278421d211612c6f3259d38bded4c (diff)
downloadpkgsrc-2a77ac7bff52ca6de2e658021a6794aa044f6e02.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}