summaryrefslogtreecommitdiff
path: root/databases/libgda/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-02-18 14:55:54 +0000
committerjmmv <jmmv>2003-02-18 14:55:54 +0000
commitc4b8d320e54b3ee060bed67c608ddfcb86fe4110 (patch)
tree26f00e45e25757159b4808978c93e8b672cac4c4 /databases/libgda/Makefile
parent6248818bc256a566a3d01ffead34a564f4d791fa (diff)
downloadpkgsrc-c4b8d320e54b3ee060bed67c608ddfcb86fe4110.tar.gz
Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
Diffstat (limited to 'databases/libgda/Makefile')
-rw-r--r--databases/libgda/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile
index 3dd8178fe50..31aaab66bd5 100644
--- a/databases/libgda/Makefile
+++ b/databases/libgda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/10/30 03:11:19 rh Exp $
+# $NetBSD: Makefile,v 1.3 2003/02/18 14:55:56 jmmv Exp $
#
.include "Makefile.common"
@@ -7,4 +7,5 @@ COMMENT= GNU Database access library
PKGCONFIG_OVERRIDE= ${WRKSRC}/libgda.pc.in
+.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"