summaryrefslogtreecommitdiff
path: root/databases/db4/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2004-06-28 22:11:37 +0000
committerjlam <jlam>2004-06-28 22:11:37 +0000
commit998b6eb45ab8594185b6275bd4617aba5c295e6d (patch)
tree83493738b4a62eb016db91d1fa99ea94f6ca20ef /databases/db4/Makefile
parent8db78bbd177512ca6c2911da429a60c8520224d3 (diff)
downloadpkgsrc-998b6eb45ab8594185b6275bd4617aba5c295e6d.tar.gz
Move the HTML documentation into ${PREFIX}/share/doc/html. Bump the
PKGREVISION due to user-visible difference.
Diffstat (limited to 'databases/db4/Makefile')
-rw-r--r--databases/db4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile
index ae80a52880b..5f212998ebe 100644
--- a/databases/db4/Makefile
+++ b/databases/db4/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2004/06/17 14:24:32 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/06/28 22:11:38 jlam Exp $
DISTNAME= db-4.2.52
PKGNAME= ${DISTNAME:S/db/db4/}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
@@ -62,7 +62,7 @@ LIBSO_LIBS.SunOS+= -lnsl
CONFIGURE_ENV+= LIBSO_LIBS="${LIBSO_LIBS}"
post-install:
- ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/db4
+ ${CHOWN} -R ${DOCOWN}:${DOCGRP} ${PREFIX}/share/doc/html/db4
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"