diff options
author | minskim <minskim> | 2009-05-08 20:46:29 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-05-08 20:46:29 +0000 |
commit | d076c6f4e0386a3bcf9478c35a405731433e12a8 (patch) | |
tree | 5f6ec1fee716d7f18083dabc761cbff49de92a86 /mk/check | |
parent | 1e71793c01f52c4ac5a04674febdb0064d8c9a40 (diff) | |
download | pkgsrc-d076c6f4e0386a3bcf9478c35a405731433e12a8.tar.gz |
Remove a redundant "$" from a grep pattern.
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 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 |