summaryrefslogtreecommitdiff
path: root/mk/db1.builtin.mk
diff options
context:
space:
mode:
authorbjs <bjs>2007-11-16 05:44:56 +0000
committerbjs <bjs>2007-11-16 05:44:56 +0000
commitbd1c2be50a5838a1f919b57758739427c9928111 (patch)
tree6745f51eec806adf1fa9a87342d734666a08fc27 /mk/db1.builtin.mk
parent11e4d72d3608339b1ba6a664958f6299767c0889 (diff)
downloadpkgsrc-bd1c2be50a5838a1f919b57758739427c9928111.tar.gz
Move backslash from last commit to second '$'; the test for a builtin
db1 was failing (on NetBSD-current 4.99.36) using rev. 1.19. If this causes any issues, please do let me know; I committed this because I didn't want this to be broken--and it definitely seems less broken, i.e. it works, now than it was.
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 d1afa005371..767286e6ed9 100644
--- a/mk/db1.builtin.mk
+++ b/mk/db1.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.19 2007/11/15 12:15:43 rillig Exp $
+# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs 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 "buildlink3/bsd.builtin.mk"