summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2006-01-09 18:00:04 +0000
committerschmonz <schmonz@pkgsrc.org>2006-01-09 18:00:04 +0000
commit4fc54b33cc8394e5456fd63a52f28981652f116b (patch)
tree4e32d0597fe55014343f2be10ec16c3afcf1d510 /mk
parent26690cda8bccc69d6bf86f0ecf0a0b3bedb2e1b3 (diff)
downloadpkgsrc-4fc54b33cc8394e5456fd63a52f28981652f116b.tar.gz
Add a missing trailing backslash to continuatificate a shell snippet
to the following line.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.check.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.check.mk b/mk/bsd.pkg.check.mk
index 0ddcabca388..1c4bf8604fa 100644
--- a/mk/bsd.pkg.check.mk
+++ b/mk/bsd.pkg.check.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.check.mk,v 1.22 2006/01/07 19:51:42 markd Exp $
+# $NetBSD: bsd.pkg.check.mk,v 1.23 2006/01/09 18:00:04 schmonz Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and defines the
# relevant variables and targets for the various install-time "check"
@@ -328,7 +328,7 @@ ${_CHECK_FILES_COOKIE.varbase}:
fi; \
if ! ${CMP} -s ${_CHECK_FILES_PRE.varbase} \
${_CHECK_FILES_POST.varbase}; \
- then
+ then \
{ ${ECHO} "*** The package has modified ${VARBASE}" \
"contents directly!"; \
${ECHO} " The offending files/directories are:"; \