summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-16 08:14:20 +0000
committerrillig <rillig>2007-11-16 08:14:20 +0000
commitc2be9b1098018ba7890609e39a01f7b953f76a2f (patch)
treed87b368540791b0744158053c23c1f726a24ded4 /mk
parent52ec2822e2f76129f94989cd45a8d89c411756e8 (diff)
downloadpkgsrc-c2be9b1098018ba7890609e39a01f7b953f76a2f.tar.gz
Reverted all the recent changes to the BUILTIN_FIND_GREP variable. It
had been correct before, and I trusted the pkglint warning too much. Now it is correct again, and the pkglint warning is fixed.
Diffstat (limited to '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 767286e6ed9..6d51709bd85 100644
--- a/mk/db1.builtin.mk
+++ b/mk/db1.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.20 2007/11/16 05:44:56 bjs Exp $
+# $NetBSD: db1.builtin.mk,v 1.21 2007/11/16 08:14: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 "buildlink3/bsd.builtin.mk"