diff options
author | tv <tv@pkgsrc.org> | 1999-04-19 21:19:00 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-19 21:19:00 +0000 |
commit | 3a9f1a46c37539056a0572e7d09d87b72b186095 (patch) | |
tree | 00277ee070870fc148a286b83f7ebfba0fad1953 /databases/db/Makefile | |
parent | 2faa58cd00a541faeda991c89e7c859a1fb0aaf8 (diff) | |
download | pkgsrc-3a9f1a46c37539056a0572e7d09d87b72b186095.tar.gz |
Build/run problems fixed:
- DO NOT INSTALL DOCS IN ${PREFIX}/docs. They belong in ${PREFIX}/share/doc.
- Add SEGV-preventing patch from Sleepycat's web site.
I did not enable C++ and DB 1.85 compat API in this update to make the
change during freeze time minimal; for maximum flexibility in case more
than just Sendmail wants to use this pkg!, the former should be enabled
at next update, and the latter cannot be enabled until Sleepycat adds a
fix I have sent them (or I add the fix to the patches directory).
Diffstat (limited to 'databases/db/Makefile')
-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 707ac71f445..c553429a8b9 100644 --- a/databases/db/Makefile +++ b/databases/db/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/04/09 23:10:28 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/19 21:19:00 tv Exp $ DISTNAME= db-2.7.3 CATEGORIES= databases @@ -15,6 +15,6 @@ CONFIGURE_SCRIPT= ../dist/configure WRKSRC= ${WRKDIR}/${PKGNAME}/build_unix post-install: - ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/docs/db + ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/db .include "../../mk/bsd.pkg.mk" |