summaryrefslogtreecommitdiff
path: root/mk/db1.builtin.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-15 12:15:43 +0000
committerrillig <rillig@pkgsrc.org>2007-11-15 12:15:43 +0000
commit390e1a5efbf5cf2a18994f3bef9c22dc16f479bb (patch)
treebd17b74d7f3ceb21a5604fcbf98184c8ba5b2f95 /mk/db1.builtin.mk
parent770f3bbb1dfc0bb29a07f4cdcd48cd4dbaf79303 (diff)
downloadpkgsrc-390e1a5efbf5cf2a18994f3bef9c22dc16f479bb.tar.gz
Fixed some pkglint warnings. At any other position in a shell word, the
$$ would have to be escaped, so why should be leave it out just because it is at the end of the word?
Diffstat (limited to 'mk/db1.builtin.mk')
-rw-r--r--mk/db1.builtin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/db1.builtin.mk b/mk/db1.builtin.mk
index ec45d27efc9..d1afa005371 100644
--- a/mk/db1.builtin.mk
+++ b/mk/db1.builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: db1.builtin.mk,v 1.18 2007/10/17 10:43:37 rillig Exp $
+# $NetBSD: db1.builtin.mk,v 1.19 2007/11/15 12:15:43 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"
@@ -83,7 +83,7 @@ BUILDLINK_TARGETS+= buildlink-db1-db185-h
. if !target(buildlink-db1-db185-h)
.PHONY: buildlink-db1-db185-h
buildlink-db1-db185-h:
- ${_PKG_SILENT}${_PKG_DEBUG} \
+ ${RUN} \
src=${H_DB:Q}; \
dest=${BUILDLINK_DIR:Q}"/include/db_185.h"; \
if ${TEST} -f "$$src" -a ! -f "$$dest"; then \