diff options
author | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-12-15 13:15:06 +0000 |
commit | e2610fb8c820eb8b980e4903b6e8df8adafee4b0 (patch) | |
tree | 03ade063a5c9c888a51d974e8f2cdd77bc3b2d67 /mk/check | |
parent | f71b87f6f8e4f627b299770626c1e3a9267f855d (diff) | |
download | pkgsrc-e2610fb8c820eb8b980e4903b6e8df8adafee4b0.tar.gz |
Remove trailing tabs.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-files.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk index 3a9b1a68d27..a3c42c57d50 100644 --- a/mk/check/check-files.mk +++ b/mk/check/check-files.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-files.mk,v 1.11 2006/11/12 20:57:55 rillig Exp $ +# $NetBSD: check-files.mk,v 1.12 2006/12/15 13:15:06 martti Exp $ # # This file checks that the list of installed files matches the PLIST. # For that purpose it records the file list of LOCALBASE before and @@ -263,7 +263,7 @@ ${_CHECK_FILES_MISSING_SKIP}: \ ${_CHECK_FILES_MISSING_REAL} | \ ${GREP} '^-[^-]' | ${SED} "s|^-||" \ > ${.TARGET} - + ${_CHECK_FILES_EXTRA}: ${_CHECK_FILES_EXPECTED} ${_CHECK_FILES_ADDED} ${_PKG_SILENT}${_PKG_DEBUG} \ ${DIFF} -u ${_CHECK_FILES_EXPECTED} ${_CHECK_FILES_ADDED} | \ |