pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/plist Removed superfluous backslashes.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9f4f04fad1a
branches: trunk
changeset: 513645:f9f4f04fad1a
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Jun 01 07:11:09 2006 +0000
description:
Removed superfluous backslashes.
diffstat:
mk/plist/plist-info.awk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dc977a6b9cab -r f9f4f04fad1a mk/plist/plist-info.awk
--- a/mk/plist/plist-info.awk Thu Jun 01 06:52:27 2006 +0000
+++ b/mk/plist/plist-info.awk Thu Jun 01 07:11:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist-info.awk,v 1.14 2006/06/01 06:12:48 rillig Exp $
+# $NetBSD: plist-info.awk,v 1.15 2006/06/01 07:11:09 rillig Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -74,7 +74,7 @@
### Canonicalize info page entries by converting ${PKGINFODIR}/ to info/.
###
/^[^@]/ && ($0 !~ "^" IGNORE_INFO_REGEXP "/") && \
-($0 ~ "^" PKGINFODIR "\/[^\/]+(\\.info)?(-[0-9]+)?(\\.gz)?$") {
+($0 ~ "^" PKGINFODIR "/[^/]+(\\.info)?(-[0-9]+)?(\\.gz)?$") {
sub("^" PKGINFODIR "/", "info/")
}
($0 !~ "^@dirrm " IGNORE_INFO_REGEXP "$") && \
Home |
Main Index |
Thread Index |
Old Index