summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-01 07:11:09 +0000
committerrillig <rillig>2006-06-01 07:11:09 +0000
commit6571f4e998e52553f39742c6c10387adf72a4c23 (patch)
tree5fd9622fdcdf6bf77511f31201402a1af9f499a1
parent6946e5e31ff4f723474c01a1f6030159f5af1fd3 (diff)
downloadpkgsrc-6571f4e998e52553f39742c6c10387adf72a4c23.tar.gz
Removed superfluous backslashes.
-rw-r--r--mk/plist/plist-info.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist-info.awk b/mk/plist/plist-info.awk
index 8c19c059e57..1f4d943af47 100644
--- a/mk/plist/plist-info.awk
+++ b/mk/plist/plist-info.awk
@@ -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 @@ BEGIN {
### 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 "$") && \