diff options
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} |