summaryrefslogtreecommitdiff
path: root/mk/db1.builtin.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-02-15 16:08:20 +0000
committerrillig <rillig@pkgsrc.org>2007-02-15 16:08:20 +0000
commitf507eee3a1de550719cbea57eca8fdfffa0a7aad (patch)
tree9d33e6b0c04a042b549c555a3e4fa9708c9b255d /mk/db1.builtin.mk
parentbd41b2a559329c5e7df8b6509d567de49d307a29 (diff)
downloadpkgsrc-f507eee3a1de550719cbea57eca8fdfffa0a7aad.tar.gz
Reverted the last change, since it was wrong. In a single shell word, a
dollar character does not have to be quoted. Thanks to joerg for pointing me to it.
Diffstat (limited to 'mk/db1.builtin.mk')
-rw-r--r--mk/db1.builtin.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/db1.builtin.mk b/mk/db1.builtin.mk
index 25c1885190c..e077fd9633f 100644
--- a/mk/db1.builtin.mk
+++ b/mk/db1.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.16 2007/02/15 10:48:25 rillig Exp $
+# $NetBSD: db1.builtin.mk,v 1.17 2007/02/15 16:08:20 rillig Exp $
BUILTIN_PKG:= db1
@@ -9,7 +9,7 @@ BUILTIN_FIND_FILES.H_DB= /usr/include/db1/db.h /usr/include/db.h
# The builtin Berkeley database library must support hash version 2 or
# else it doesn't support db-1.85 databases.
#
-BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2\$$
+BUILTIN_FIND_GREP.H_DB= ^\#define.*HASHVERSION.*2$$
.include "../../mk/buildlink3/bsd.builtin.mk"