diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-18 14:55:54 +0000 |
commit | dea9abf569e6bf5f024e032f5c7ed7656781f75e (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /databases/libgda | |
parent | e3f5102cf0fedade45366b1f342d152434e80e57 (diff) | |
download | pkgsrc-dea9abf569e6bf5f024e032f5c7ed7656781f75e.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')
-rw-r--r-- | databases/libgda/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda/Makefile.common | 4 | ||||
-rw-r--r-- | databases/libgda/PLIST | 3 |
3 files changed, 6 insertions, 4 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" diff --git a/databases/libgda/Makefile.common b/databases/libgda/Makefile.common index aa640336f53..d6405f837d5 100644 --- a/databases/libgda/Makefile.common +++ b/databases/libgda/Makefile.common @@ -1,7 +1,8 @@ -# $NetBSD: Makefile.common,v 1.6 2003/02/13 18:19:29 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.7 2003/02/18 14:55:56 jmmv Exp $ # DISTNAME?= libgda-0.10.0 +PKGREVISION?= 1 CATEGORIES?= databases gnome MASTER_SITES?= ${MASTER_SITE_GNOME:=sources/libgda/0.10/} EXTRACT_SUFX?= .tar.bz2 @@ -29,7 +30,6 @@ CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config .include "../../textproc/libxml2/buildlink2.mk" .include "../../textproc/libxslt/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" .include "../../lang/python22/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/glib2/buildlink2.mk" diff --git a/databases/libgda/PLIST b/databases/libgda/PLIST index ed0da65771b..8243dd2340a 100644 --- a/databases/libgda/PLIST +++ b/databases/libgda/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/02/13 18:19:29 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/02/18 14:55:56 jmmv Exp $ bin/gda-report-test bin/gda-run bin/gda-test @@ -215,6 +215,7 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/libgda-2.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/libgda-2.mo share/omf/libgda/libgda-C.omf @dirrm share/omf/libgda +@comment in scrollkeeper: @dirrm share/omf @dirrm share/libgda/xml @dirrm share/examples/libgda @dirrm share/doc/html/libgda |