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 /devel/glade2 | |
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 'devel/glade2')
-rw-r--r-- | devel/glade2/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 5beb143cbf3..f124dbb954d 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/12/24 06:09:53 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/18 14:55:57 jmmv Exp $ # DISTNAME= glade-1.1.2 PKGNAME= ${DISTNAME:S/-/2-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= http://glade.pn.org/ \ ${MASTER_SITE_GNOME:=sources/glade/1.1/} @@ -23,9 +23,7 @@ USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR} - -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../print/libgnomeprintui/buildlink2.mk" .include "../../databases/gnome-db/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |