diff options
author | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-02-18 14:55:54 +0000 |
commit | c4b8d320e54b3ee060bed67c608ddfcb86fe4110 (patch) | |
tree | 26f00e45e25757159b4808978c93e8b672cac4c4 /www/galeon | |
parent | 6248818bc256a566a3d01ffead34a564f4d791fa (diff) | |
download | pkgsrc-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 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 6 | ||||
-rw-r--r-- | www/galeon/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index b43bf68f0d2..f9979cf9e3f 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2003/02/17 14:34:00 taya Exp $ +# $NetBSD: Makefile,v 1.44 2003/02/18 14:56:02 jmmv Exp $ DISTNAME= galeon-1.2.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galeon/} @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --with-mozilla-snapshot=1.2 .include "../../devel/oaf/buildlink2.mk" .include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" .include "../../textproc/libxml/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../sysutils/gnome-vfs/buildlink2.mk" .include "../../www/mozilla/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" diff --git a/www/galeon/PLIST b/www/galeon/PLIST index 53c374d09dd..3f5f18559d0 100644 --- a/www/galeon/PLIST +++ b/www/galeon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2003/02/17 14:34:00 taya Exp $ +@comment $NetBSD: PLIST,v 1.16 2003/02/18 14:56:02 jmmv Exp $ bin/galeon bin/galeon-bin bin/galeon-config-tool @@ -334,6 +334,7 @@ share/sounds/galeon/clicked.wav @exec env GCONF_CONFIG_SOURCE=xml::${X11PREFIX}/etc/gconf/gconf.xml.defaults gconftool-1 --makefile-install-rule ${X11PREFIX}/etc/gconf/schemas/galeon.schemas @dirrm share/sounds/galeon @dirrm share/omf/galeon +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/galeon-manual/C/stylesheet-images @dirrm share/gnome/help/galeon-manual/C/figures @dirrm share/gnome/help/galeon-manual/C |