diff options
author | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
commit | 89ed14603ef6f82dc5fe599763f54b41a7727e26 (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /databases/libgda/Makefile | |
parent | ac84fe1226d95f9ffa3d0916a0deaedefac45c4e (diff) | |
download | pkgsrc-89ed14603ef6f82dc5fe599763f54b41a7727e26.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/Makefile | 3 |
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" |