diff options
author | martti <martti> | 2006-12-15 13:15:06 +0000 |
---|---|---|
committer | martti <martti> | 2006-12-15 13:15:06 +0000 |
commit | 9e788e905badb3392ba0da555e357f96e8160779 (patch) | |
tree | 03ade063a5c9c888a51d974e8f2cdd77bc3b2d67 /mk/check/check-files.mk | |
parent | 6326a8dc511e407aa6ca44f3db22ea9d1ac39c8d (diff) | |
download | pkgsrc-9e788e905badb3392ba0da555e357f96e8160779.tar.gz |
Remove trailing tabs.
Diffstat (limited to 'mk/check/check-files.mk')
-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} | \ |