diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-16 05:44:56 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-16 05:44:56 +0000 |
commit | c6f746a879bb4610a494d10a931686b8f80d6751 (patch) | |
tree | 6745f51eec806adf1fa9a87342d734666a08fc27 /mk/db1.builtin.mk | |
parent | 8490af478aa24ff574a6a1f5381136df98258ef8 (diff) | |
download | pkgsrc-c6f746a879bb4610a494d10a931686b8f80d6751.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.mk | 4 |
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" |