summaryrefslogtreecommitdiff
path: root/databases/db3/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-02-21 19:32:23 +0000
committerjlam <jlam>2008-02-21 19:32:23 +0000
commitfcc6b83430ef07240a92b8d0704b4e7dc37911c8 (patch)
tree17fbe38ecf2c29e18e76358c675cb7025aa7ba83 /databases/db3/Makefile
parentca2eab43f3c14742d46eb5ec958588ebb6f3ed73 (diff)
downloadpkgsrc-fcc6b83430ef07240a92b8d0704b4e7dc37911c8.tar.gz
+ Name the programs installed by the db(2) package db2_*.
+ Put documentation under ${PREFIX}/share/doc instead of ${PREFIX}/share/doc/html. Packages that install documentation under the "html" directory are supposed to move them to the "doc" directory when they're updated, but these packages are basically EOL'ed so just move them now. + Add full DESTDIR support. Bump the PKGREVISION of databases/db to 3 and databases/db3 to 4.
Diffstat (limited to 'databases/db3/Makefile')
-rw-r--r--databases/db3/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/db3/Makefile b/databases/db3/Makefile
index 9f3568341f7..0def8288dbf 100644
--- a/databases/db3/Makefile
+++ b/databases/db3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2008/01/12 06:31:17 obache Exp $
+# $NetBSD: Makefile,v 1.36 2008/02/21 19:32:23 jlam Exp $
DISTNAME= db-3.3.11
PKGNAME= db3-3.11.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://download.oracle.com/berkeley-db/
@@ -15,6 +15,7 @@ PATCHFILES= patch.3.3.11.1 patch.3.3.11.2
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_LIBTOOL= yes
@@ -38,7 +39,7 @@ CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
.endif
post-install:
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db3
+ ${CHOWN} -R ${BINOWN}:${BINGRP} ${DESTDIR}${PREFIX}/share/doc/db3
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"