From 3a9f1a46c37539056a0572e7d09d87b72b186095 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 19 Apr 1999 21:19:00 +0000 Subject: 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). --- databases/db/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/db/Makefile') 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" -- cgit v1.2.3