pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check Remove a redundant "$" from a grep pattern.
details: https://anonhg.NetBSD.org/pkgsrc/rev/97490408b84d
branches: trunk
changeset: 392757:97490408b84d
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri May 08 20:46:29 2009 +0000
description:
Remove a redundant "$" from a grep pattern.
diffstat:
mk/check/check-files.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e5e4c7aaf946 -r 97490408b84d mk/check/check-files.mk
--- a/mk/check/check-files.mk Fri May 08 17:56:04 2009 +0000
+++ b/mk/check/check-files.mk Fri May 08 20:46:29 2009 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index