diff options
author | rillig <rillig> | 2006-06-08 08:01:53 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-08 08:01:53 +0000 |
commit | 50ff4c896db571f1839320b01eefb64cdb6c6703 (patch) | |
tree | 7e2e584ac2c06abb98572100c214e5145426ff8a /mk/patch | |
parent | 1db9f5ab4f4466a2c7cb494b9652747b7f4d23af (diff) | |
download | pkgsrc-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/patch')
-rw-r--r-- | mk/patch/patch.mk | 4 |
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} |