diff options
author | grant <grant> | 2003-12-04 04:18:13 +0000 |
---|---|---|
committer | grant <grant> | 2003-12-04 04:18:13 +0000 |
commit | 7e6dd1da2d91ac9c8a13693da1e6f4c837e5348c (patch) | |
tree | a7b80875c31f41d271472f3b0b835deaec00e1d4 /databases | |
parent | 9eb0b7595b9dc2d17f1cef208dff583b0e37211b (diff) | |
download | pkgsrc-7e6dd1da2d91ac9c8a13693da1e6f4c837e5348c.tar.gz |
+=, not =
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |