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 /security/seahorse | |
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 'security/seahorse')
-rw-r--r-- | security/seahorse/Makefile | 5 | ||||
-rw-r--r-- | security/seahorse/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 9f4660f88f8..c77d83c8fb1 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/02/15 11:03:42 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/02/18 14:56:02 jmmv Exp $ DISTNAME= seahorse-0.7.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=seahorse/} @@ -24,5 +25,5 @@ GCONF2_SCHEMAS= seahorse.schemas .include "../../devel/libglade2/buildlink2.mk" .include "../../devel/libgnomeui/buildlink2.mk" .include "../../security/gpgme/buildlink2.mk" -.include "../../textproc/scrollkeeper/buildlink2.mk" +.include "../../textproc/scrollkeeper/omf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/seahorse/PLIST b/security/seahorse/PLIST index a55070a5194..061b270037a 100644 --- a/security/seahorse/PLIST +++ b/security/seahorse/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/15 11:03:42 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/18 14:56:02 jmmv Exp $ bin/seahorse share/applications/seahorse.desktop share/gconf/schemas/seahorse.schemas @@ -49,6 +49,7 @@ share/seahorse/glade/seahorse-text-editor.glade2 @dirrm share/seahorse/glade @dirrm share/seahorse @dirrm share/omf/seahorse +@comment in scrollkeeper: @dirrm share/omf @dirrm share/gnome/help/seahorse/C/figures @dirrm share/gnome/help/seahorse/C @dirrm share/gnome/help/seahorse |