summaryrefslogtreecommitdiff
path: root/mk/plist/plist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/plist/plist.mk')
-rw-r--r--mk/plist/plist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index d1c3b060070..0f4b76c2cb8 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.19 2007/02/20 09:22:14 uebayasi Exp $
+# $NetBSD: plist.mk,v 1.20 2007/03/07 16:32:45 rillig Exp $
#
# This Makefile fragment handles the creation of PLISTs for use by
# pkg_create(8).
@@ -245,5 +245,5 @@ ${PLIST}:
INFO_FILES_cmd= \
${CAT} ${PLIST} | \
${SETENV} ${_PLIST_AWK_ENV} ${AWK} ${_PLIST_INFO_AWK} | \
- ${AWK} '($$0 !~ "-[0-9]*(\.gz)?$$") { print }'
+ ${AWK} '($$0 !~ "-[0-9]*(\\.gz)?$$") { print }'
.endif