diff options
author | grant <grant@pkgsrc.org> | 2003-12-04 04:14:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-04 04:14:04 +0000 |
commit | 388b637afcdf1b0a257631fc35ca51236500bdbb (patch) | |
tree | 702c0a903a8458b0fca24f210c13fe1f974f2bec /databases/db | |
parent | db61111ba4a280bf195a3660e8f9c5db5e1e79eb (diff) | |
download | pkgsrc-388b637afcdf1b0a257631fc35ca51236500bdbb.tar.gz |
USE_GNU_TOOLS=awk. fixes build on Solaris
Diffstat (limited to 'databases/db')
-rw-r--r-- | databases/db/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/db/Makefile b/databases/db/Makefile index e1e44cb7f16..01b51029ede 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 21:28:01 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/04 04:14:05 grant Exp $ DISTNAME= db-2.7.7 PKGREVISION= 1 @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure CONFIGURE_ARGS+= --enable-compat185 +USE_GNU_TOOLS= awk + post-install: ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db |