summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorminskim <minskim>2009-05-08 20:46:29 +0000
committerminskim <minskim>2009-05-08 20:46:29 +0000
commit3beeb8a34ca45d4571f52c56a798b1e47192c8b4 (patch)
tree5f6ec1fee716d7f18083dabc761cbff49de92a86 /mk/check
parente7a01e83bf4e4cf91d987f58d3f5ff80ceb54686 (diff)
downloadpkgsrc-3beeb8a34ca45d4571f52c56a798b1e47192c8b4.tar.gz
Remove a redundant "$" from a grep pattern.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-files.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index c5060872d3b..1a0685575b6 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.23 2008/02/08 23:13:35 adrianp Exp $
+# $NetBSD: check-files.mk,v 1.24 2009/05/08 20:46:29 minskim 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
@@ -37,7 +37,7 @@ CHECK_FILES_STRICT?= no
# Info index files updated when a new info file is added.
.if defined(INFO_FILES)
-CHECK_FILES_SKIP+= ${PREFIX}/.*/dir$$$$
+CHECK_FILES_SKIP+= ${PREFIX}/.*/dir
.endif
# Perl's perllocal.pod index that is regenerated when a local module