summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.debug.mk
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-20 17:14:26 +0000
committerrillig <rillig>2006-07-20 17:14:26 +0000
commit581799ebce73ab00f7a9bfed56eb87d5150306c6 (patch)
tree413a95643ebf8b213d1192130b182a9f6bf53fd1 /mk/bsd.pkg.debug.mk
parenta55e303233e13a00803102a810f7e95f1a728764 (diff)
downloadpkgsrc-581799ebce73ab00f7a9bfed56eb87d5150306c6.tar.gz
Oops, there had been an RCS tag that should not have been expanded.
Diffstat (limited to 'mk/bsd.pkg.debug.mk')
-rw-r--r--mk/bsd.pkg.debug.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.debug.mk b/mk/bsd.pkg.debug.mk
index b0d0b5d7da9..235bee263e1 100644
--- a/mk/bsd.pkg.debug.mk
+++ b/mk/bsd.pkg.debug.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.debug.mk,v 1.1 2006/07/20 17:10:45 rillig Exp $
+# $NetBSD: bsd.pkg.debug.mk,v 1.2 2006/07/20 17:14:26 rillig Exp $
#
# This file provides the `debug' target, which outputs the values of
@@ -31,7 +31,7 @@ debug: \
_show-dbginfo-file-versions:
@${PRINTF} "File versions:\\n"
${_PKG_SILENT}${_PKG_DEBUG} set -e; \
- sedexpr='s,.*\(\$$NetBSD: bsd.pkg.debug.mk,v 1.1 2006/07/20 17:10:45 rillig Exp $$]*\$$\).*,\1,p'; \
+ sedexpr='s,.*\([$$]NetBSD:[^$$]*\$$\).*,\1,p'; \
${FIND} * -type f -print \
| while read fname; do \
ident=`${SED} -n "$${sedexpr}" "$${fname}"` || continue; \