From 7e6dd1da2d91ac9c8a13693da1e6f4c837e5348c Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 4 Dec 2003 04:18:13 +0000 Subject: +=, not = --- databases/db/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/db') diff --git a/databases/db/Makefile b/databases/db/Makefile index 01b51029ede..23c65f566c4 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/12/04 04:14:05 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/12/04 04:18:13 grant Exp $ DISTNAME= db-2.7.7 PKGREVISION= 1 @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS+= --enable-compat185 -USE_GNU_TOOLS= awk +USE_GNU_TOOLS+= awk post-install: ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db -- cgit v1.2.3